#!/bin/sh
# ident "@(#)postinstall	1.2 00/07/10 SMI"

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

if [ -f ${SMCREG} ]; then

    ${SMCREG} scripts \
	${PREREGDIR}/SUNWwbmc/SUNWwbmc_reg.sh \
	${PREREGDIR}/SUNWwbmc/SUNWwbmc_unreg.sh
fi

exit 0
