summaryrefslogtreecommitdiff
path: root/net/couriertcpd/DEINSTALL
blob: ffddbed7fe722b42d0b1f7a03cedd59a856341e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $NetBSD: DEINSTALL,v 1.1.1.1 2006/06/09 22:11:03 jlam Exp $

case ${STAGE} in
POST-DEINSTALL)
	couriersslcache="@COURIER_STATEDIR@/couriersslcache"
	if ${TEST} -f "$couriersslcache"; then
		# Unconditionally remove the SSL cache file.
		${ECHO} "Removing Courier SSL cache file:"
		${ECHO} "	$couriersslcache"
		${RM} -f $couriersslcache
	fi
	;;
esac