summaryrefslogtreecommitdiff
path: root/security/cyrus-sasl/DEINSTALL
blob: 2c96993c6ee5bb71bd29c942d72f939ea7f5c147 (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.9 2006/04/18 17:41:30 jlam Exp $

SASLDB=@PKG_SYSCONFDIR@/sasldb.db

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