#ident	"@(#)pkg.xcp:postinstall	1.2"
#
# Initialize FAILURE to 1 (fatal error)
#
FAILURE=1
#
# Install RFS "drivers"
#
BOOT=/boot
MASTER=/etc/master.d

installf $PKGINST $BOOT/XNAMFS f || exit $FAILURE
installf $PKGINST $MASTER/xnamfs f || exit $FAILURE


/usr/sbin/drvinstall -d $BOOT/XNAMFS -v 1.0 || exit $FAILURE

touch /etc/system

/etc/mkboot -k /boot/KERNEL || exit $FAILURE

#	wrap up with installf -f  and exit message (required reboot)


installf -f $PKGINST
#
exit 	10
