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