2ef7d0f9fa
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.
13 lines
353 B
Text
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
|