# # Copyright 03/23/99 Sun Microsystems, Inc. All Rights Reserved. #pragma ident "@(#)postremove 1.2 99/03/23 Sun Microsystems" # # Purpose: SUNWsnrp package postremove script # Author: Dan Gordon # Creation date: 09/28/98 # # Details: # # After removal of package removes /etc/init.d file and links. # # This script is meant to be run as part of the SUNWsnrp package # de-installation. # # History: # PATH=/bin:/usr/bin:/sbin:/usr/sbin # remove the /etc/init.d script and the rcX.d links rm -f /etc/init.d/iplanet_gw /etc/rc3.d/K90iplanet_gw /etc/rc3.d/S90iplanet_gw exit 0