summaryrefslogtreecommitdiff
path: root/ports-mgmt/portaudit/pkg-deinstall
blob: 7e4ebf7c68c49c510cdac77c0e4b6f1a6f7d802b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh
#
# $FreeBSD$
#

case $2 in
POST-DEINSTALL)
  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