#! /bin/sh
#
# Copyright (c) 1991, by Sun Microsystems, Inc.
#
#
# 9/12/94 : stevem - This is to inform the
#            user that a successful installation of the patch
#            has occurred.  

# And we're all done!
#
echo ""

echo "Installation complete...."
echo "Patchid 102045-01 has been successfully installed on this system."
echo ""

# echo "debug: END OF POSTINSTALL"
