1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/mail/popa3d/pkg-deinstall

11 lines
151 B
Plaintext
Raw Normal View History

# $FreeBSD$
#
if [ "$2" != "POST-DEINSTALL" ]; then
exit 0
fi
PATH=/bin
echo "Remember to remove popa3d from /etc/inetd.conf and restart inetd"