#! /bin/sh
#ident	"@(#)postinstall	1.14	01/06/01 SMI"

SMCREG=${BASEDIR}/usr/sadm/bin/smcregister
TOOLBOXBASE=${BASEDIR}/var/sadm/smc/toolboxes
ADMIN_LIBDIR=${BASEDIR}/usr/sadm/lib
PREREGDIR=${BASEDIR}/usr/sadm/lib/smc/prereg
export BASEDIR


# Register scripts that will the registrations and unregistrations
if [ -f ${SMCREG} ]; then

    ${SMCREG} scripts \
	${PREREGDIR}/SUNWmga/SUNWmga_reg.sh \
	${PREREGDIR}/SUNWmga/SUNWmga_unreg.sh

fi

exit 0
