2000-03-31 22:39:48 -05:00
|
|
|
# $FreeBSD$
|
|
|
|
#
|
2000-02-19 08:21:54 -05:00
|
|
|
|
2000-03-31 22:39:48 -05:00
|
|
|
if [ "$2" != "POST-DEINSTALL" ]; then
|
|
|
|
exit 0
|
|
|
|
fi
|
2000-02-19 08:21:54 -05:00
|
|
|
|
2000-03-31 22:39:48 -05:00
|
|
|
PATH=/bin
|
2000-02-19 08:21:54 -05:00
|
|
|
|
2000-03-31 22:39:48 -05:00
|
|
|
echo "Remember to remove popa3d from /etc/inetd.conf and restart inetd"
|