diff options
author | jlam <jlam@pkgsrc.org> | 2006-06-09 22:11:03 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-06-09 22:11:03 +0000 |
commit | 2ef7d0f9fadf61e5b1c8ba2e857628c862025c8c (patch) | |
tree | 0498576308fe605397a31030691fddeeb0cce9b0 /net/couriertcpd/DEINSTALL | |
parent | 70e7065e7055df76e7715dc3841b3268af2039b4 (diff) | |
download | pkgsrc-2ef7d0f9fadf61e5b1c8ba2e857628c862025c8c.tar.gz |
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.
Diffstat (limited to 'net/couriertcpd/DEINSTALL')
-rw-r--r-- | net/couriertcpd/DEINSTALL | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/couriertcpd/DEINSTALL b/net/couriertcpd/DEINSTALL new file mode 100644 index 00000000000..ffddbed7fe7 --- /dev/null +++ b/net/couriertcpd/DEINSTALL @@ -0,0 +1,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 |