diff options
Diffstat (limited to 'ports-mgmt/portaudit/pkg-install')
| -rw-r--r-- | ports-mgmt/portaudit/pkg-install | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/ports-mgmt/portaudit/pkg-install b/ports-mgmt/portaudit/pkg-install deleted file mode 100644 index 485fe2c991cb..000000000000 --- a/ports-mgmt/portaudit/pkg-install +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -case $2 in -POST-INSTALL) - if [ ! -f "%%DATABASEDIR%%/auditfile.tbz" ]; then - echo - echo "===> To check your installed ports for known vulnerabilities now do:" - echo - echo " %%PREFIX%%/bin/portaudit -F -a" - echo - fi - ;; -esac |
