#! /bin/sh
#ident	"@(#)postinstall	1.1	02/01/04 SMI"

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


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

    ${SMCREG} scripts \
	${PREREGDIR}/SUNWpmgr/SUNWpmgr_reg.sh \
	${PREREGDIR}/SUNWpmgr/SUNWpmgr_unreg.sh

fi

exit 0
