#
# ident "@(#)postinstall.src	1.2 02/08/22 SMI"
#
# Copyright 2002 Sun Microsystems, Inc.  All rights reserved.
#

BASEDIR=`/usr/bin/pkgparam SUNWutesc BASEDIR`

PATH=/bin:/usr/bin:/sbin:/usr/sbin

if [ -z "$PKG_INSTALL_ROOT" ]; then
  PKG_INSTALL_ROOT=""
fi

set -u

#
# Add the SunMC links to the files just installed if SunMC is installed
#

${PKG_INSTALL_ROOT}${BASEDIR}/SUNWut/sbin/utsunmc -f

exit 0;
