summaryrefslogtreecommitdiff
path: root/mail/courier-imap/DEINSTALL
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-22 03:13:02 +0000
committerjlam <jlam@pkgsrc.org>2004-02-22 03:13:02 +0000
commit5d5e3577ace4ce8b7355155c06c4045e3cdefd8e (patch)
tree85b47c781e54abf6d234ef89ad544c0108907771 /mail/courier-imap/DEINSTALL
parent9d99cc25324639f868f6b15fd7330c8f457c202c (diff)
downloadpkgsrc-5d5e3577ace4ce8b7355155c06c4045e3cdefd8e.tar.gz
Update mail/courier-imap to 2.2.1. Changes from version 1.4.2 include
addition of keywords on Maildir messages, use of FAM if it exists to allow simultaneous access to the same Maildir from multiple clients, and fixed handling of DELETEd messages and the Trash folder.
Diffstat (limited to 'mail/courier-imap/DEINSTALL')
-rw-r--r--mail/courier-imap/DEINSTALL9
1 files changed, 8 insertions, 1 deletions
diff --git a/mail/courier-imap/DEINSTALL b/mail/courier-imap/DEINSTALL
index 06bbbd55323..8a45facdf35 100644
--- a/mail/courier-imap/DEINSTALL
+++ b/mail/courier-imap/DEINSTALL
@@ -1,7 +1,14 @@
-# $NetBSD: DEINSTALL,v 1.3 2002/01/22 22:08:48 jlam Exp $
+# $NetBSD: DEINSTALL,v 1.4 2004/02/22 03:13:07 jlam Exp $
# Additional files that are may be created for courier-imap.
ALL_FILES="${ALL_FILES} /dev/null @PKG_SYSCONFDIR@/imapd.rand"
ALL_FILES="${ALL_FILES} /dev/null @PKG_SYSCONFDIR@/pop3d.rand"
ALL_FILES="${ALL_FILES} /dev/null @SSLCERTS@/imapd.pem"
ALL_FILES="${ALL_FILES} /dev/null @SSLCERTS@/pop3d.pem"
+
+case ${STAGE} in
+POST-DEINSTALL)
+ # Unconditionally remove the SSL cache file.
+ ${RM} -f /var/couriersslcache
+ ;;
+esac