1#
2# written by Willi Burmeister (wib@cs.uni-kiel.de) for LPRng
3#
4echo RUNNING postremove.solaris
5if [ "$VERBOSE_INSTALL" != "" ] ; then set -x; fi
6if [ -z "${PKG_INSTALL_ROOT}" ]; then
7  # Send hup signal to inetd
8  echo "Sending inetd SIGHUP"
9  kill -HUP `ps ${PSHOWALL} | awk '/inetd/{ print $1;}'` >/dev/null 2>&1
10  echo "Sent inetd SIGHUP"
11fi
12#
13# end of file
14#
15