#! /bin/sh
#
#ident	"@(#)postinstall	1.7	01/05/29 SMI"
#
# Copyright (c) 2001 by Sun Microsystems, Inc.
#
# post-installation script for S9 volume manager GUI

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}/SUNWlvmg/SUNWlvmg_reg.sh \
	${PREREGDIR}/SUNWlvmg/SUNWlvmg_unreg.sh

fi

exit 0

