1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/comms/aprsd/files/pkg-deinstall.in
Mark Felder e66aacc8cd comms/aprsd: Modernize port
USE_RC_SUBR
USERS and GROUPS instead of custom script
Unmute some install steps
LICENSE
The rc script now passes rclint

Approved by:	db
Differential Revision:	https://reviews.freebsd.org/D3104
2015-07-30 15:48:52 +00:00

9 lines
242 B
Bash

#!/bin/sh
cat<<EOF
If you really want to remove this package completely
remove what is left in %%LOCALBASE%%/etc/aprsd /var/log/aprsd.
Also be sure to remove user and groups aprsd and tnc
and remember to remove aprsd from dialer group.
EOF