#
#	Pre-install shut down the scheduler for SUNWlpu
#

if [ -f $BASEDIR/usr/lib/lpshut -a -f $BASEDIR/var/spool/lp/SCHEDLOCK ] ; then
	$BASEDIR/usr/lib/lpshut
fi
exit 0
