pkgsrc/net/couriertcpd/DEINSTALL
jlam 2ef7d0f9fa Import couriertcpd and couriertls from courier-mta-0.53.2 as
net/couriertcpd.

This package contains couriertcpd(1), used to daemonize the Courier
services, and couriertls(1) used to provide TLS support for the Courier
services that support them.
2006-06-09 22:11:03 +00:00

13 lines
353 B
Text

# $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