#! /bin/sh
#
# Copyright (c) 1991, by Sun Microsystems, Inc.
#
#


#
# Don't bother Removing slip driver
#
if [ -f /opt/SUNWpcnfs/bin/plum ]
   then
        echo " PC-NFS PLUM tool found."
        echo " Preparing to install new tool."
        exit 0
   else
        echo " PC-NFS PLUM tool not found."
        echo " Patch installation is now terminated."
        exit 5
fi  

# echo "debug: END OF PREINSTALL"

