#! /bin/sh
#
#ident	"@(#)postinstall	1.11	01/05/29 SMI"
#
# Copyright (c) 2001 by Sun Microsystems, Inc.
#

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}/SUNWlvma/SUNWlvma_reg.sh \
	${PREREGDIR}/SUNWlvma/SUNWlvma_unreg.sh

fi

exit 0

