diff options
Diffstat (limited to 'security/portaudit/pkg-deinstall')
-rw-r--r-- | security/portaudit/pkg-deinstall | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/security/portaudit/pkg-deinstall b/security/portaudit/pkg-deinstall index 8aebe9994cb0..7e4ebf7c68c4 100644 --- a/security/portaudit/pkg-deinstall +++ b/security/portaudit/pkg-deinstall @@ -3,16 +3,15 @@ # $FreeBSD$ # -ECHO_CMD=echo - case $2 in POST-DEINSTALL) - ${ECHO_CMD} - ${ECHO_CMD} "The portaudit package has been deleted." - ${ECHO_CMD} "If you're *not* upgrading and won't be using" - ${ECHO_CMD} "it any longer, you may want to remove the" - ${ECHO_CMD} "portaudit database:" - ${ECHO_CMD} - ${ECHO_CMD} " rm -Rf %%DATABASEDIR%%" + echo + echo "The portaudit package has been deleted." + 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%%" + echo ;; esac |