# # Copyright (C) The Santa Cruz Operation, 1994. # This Module contains Proprietary Information of # The Santa Cruz Operation and should be treated as Confidential. # # PATH=/bin:/usr/bin:/etc:/etc/conf/bin chains=`netconfig -s | grep "pnt.$"` && { /bin/echo "\007" echo "\n\tBefore installing this product, please use netconfig" echo "\tto remove chains that contain the pnt driver:\n" echo "$chains" echo "\n\tPress to continue... \c" read foo exit 1 } rm -f /usr/lib/netconfig/*/pnt* rm -f /usr/lib/lli/*/pnt* exit 0