#! /bin/sh
#
# Copyright (c) 1991, by Sun Microsystems, Inc.
#
#
# 03/30/94 : stevem - This is to inform the
#            user that a successful installation of the patch
#            has occurred and that they must reboot before 
#            starting SLIP.

# And we're all done!
#
DO_SLIP=1
echo ""

echo "Installation complete...."
if [ $DO_SLIP -eq 1 ] ;
then
	echo ""
        echo "Patchid 101275-02 has been successfully installed on this system."
	echo "NOTE: YOU NEED TO REBOOT YOUR MACHINE BEFORE RUNNING SLIP."
	echo ""
fi
echo ""

# echo "debug: END OF POSTINSTALL"
