summaryrefslogtreecommitdiff
path: root/security/cyrus-sasl2/DEINSTALL
blob: 0547c41f257f99d1a162fd543460d4b542652907 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/sh
#
# $NetBSD: DEINSTALL,v 1.4 2004/03/29 05:47:31 jlam Exp $

SASLDB=@PKG_SYSCONFDIR@/sasldb.db

case ${STAGE} in
POST-DEINSTALL)
	if [ -f ${SASLDB} ]; then
		${CAT} << EOF
===========================================================================
You may want to remove the SASL password data file:

	${SASLDB}
===========================================================================
EOF
	fi
	;;
esac