summaryrefslogtreecommitdiff
path: root/mail/spamassassin/DEINSTALL
blob: bb9cd24c2126dde504c5be3849a2b7d2faf8edf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: DEINSTALL,v 1.1 2003/11/03 00:56:25 heinz Exp $

case ${STAGE} in
DEINSTALL)
	${CAT} << EOF
===========================================================================
Note:

  If you intend to upgrade your SpamAssassin installation, it is a good
  idea to run 'sa-learn --rebuild' for every Bayes database *prior* to
  deinstalling this package. This will incorporate any pending changes in
  your Bayes journal file into the database.

===========================================================================
EOF
	;;
esac