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


#
# Don't bother Removing slip driver
#
if [ -f /usr/kernel/drv/sl ]
   then
        echo " Old SLIP driver found."
        echo " Preparing to install new driver."
        exit 0
   else
        echo " SLIP driver not found."
        echo " Patch installation is now terminated."
        exit 5
fi  

# echo "debug: END OF PREINSTALL"

