summaryrefslogtreecommitdiff
path: root/security/cyrus-sasl/DEINSTALL
blob: 3cc3896e10d362ecd6c0bc9093c35d3a97d97cde (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.10 2013/03/13 03:31:40 obache Exp $

SASLDB=@PKG_SYSCONFDIR@/sasldb@DBEXT@

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

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