#!/bin/sh
#
# Copyright 01/24/02 Sun Microsystems, Inc.  All rights reserved.
#
# @(#)postpatch	1.20 02/01/24 Sun Microsystems, Inc.
#

# Siemens requests that patch does not restart SEM after install.
# BugId 4583505 esc 533589
#
#if /usr/bin/pkginfo -q SUNWemmis; then
#    installdir=`/usr/bin/pkgparam SUNWemmis BASEDIR`
#    
#    if [ ! -r $installdir/SUNWconn/em/bin/emenv.sh ] ; then
#
#	# Exiting with a non-zero value here will cause installpatch to 
#	# back out the patch.
#
#	echo "$installdir/SUNWconn/em/bin/emenv.sh file not found"
#	exit 1
#    fi
#
#    . $installdir/SUNWconn/em/bin/emenv.sh
#
#    $installdir/SUNWconn/em/bin/em_services -start
#
#fi
exit 0
