mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
8 lines
136 B
Plaintext
8 lines
136 B
Plaintext
if [ "$2" != "POST-DEINSTALL" ]; then
|
|
exit 0
|
|
fi
|
|
|
|
PATH=/bin
|
|
|
|
echo "Remember to remove popa3d from /etc/inetd.conf and restart inetd"
|