summaryrefslogtreecommitdiff
path: root/net/couriertcpd/DEINSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'net/couriertcpd/DEINSTALL')
-rw-r--r--net/couriertcpd/DEINSTALL13
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