summaryrefslogtreecommitdiff
path: root/mail/popa3d/pkg-deinstall
blob: a6591cde0d93a1d55c8adda93d0b7fafb0de1463 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# $FreeBSD$
#

if [ "$2" != "POST-DEINSTALL" ]; then
    exit 0
fi

PATH=/bin

echo "Remember to remove popa3d from /etc/inetd.conf and restart inetd"