1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/security/cvechecker/pkg-deinstall
Stefan Eßer ccee6bcb19 Upgrade to version 3.9.
Approved by:	antoine (implicit)
2018-09-10 12:24:31 +00:00

16 lines
374 B
Bash

#!/bin/sh
PORTNAME=${1%-*}
[ "$2" = DEINSTALL ] && cat <<***EOM
------------------------------------------------------------------------------
If you are no longer using the $PORTNAME port, then manually delete
the following directory and all its contents:
/var/db/$PORTNAME
------------------------------------------------------------------------------
***EOM
exit 0