mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
3acc3fb9e4
PR: 17180 Submitted by: maintainer
11 lines
151 B
Plaintext
11 lines
151 B
Plaintext
# $FreeBSD$
|
|
#
|
|
|
|
if [ "$2" != "POST-DEINSTALL" ]; then
|
|
exit 0
|
|
fi
|
|
|
|
PATH=/bin
|
|
|
|
echo "Remember to remove popa3d from /etc/inetd.conf and restart inetd"
|