diff options
Diffstat (limited to 'security/portaudit/pkg-deinstall')
-rw-r--r-- | security/portaudit/pkg-deinstall | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/security/portaudit/pkg-deinstall b/security/portaudit/pkg-deinstall deleted file mode 100644 index 948c7135abb6..000000000000 --- a/security/portaudit/pkg-deinstall +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -case $2 in -POST-DEINSTALL) - echo - echo "The portaudit package has been deleted." - if [ -f "%%DATABASEDIR%%/auditfile.tbz" ]; then - echo "If you're *not* upgrading and won't be using" - echo "it any longer, you may want to remove the" - echo "portaudit database:" - echo - echo " rm -Rf %%DATABASEDIR%%" - fi - echo - ;; -esac |