#! /bin/sh
#ident	"@(#)postinstall	1.3	01/05/29 SMI"

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


# Register tools and services
if [ -f ${SMCREG} ]; then

    ${SMCREG} scripts \
	${PREREGDIR}/SUNWdclnt/SUNWdclnt_reg.sh \
	${PREREGDIR}/SUNWdclnt/SUNWdclnt_unreg.sh

fi

exit 0
