diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-22 03:13:02 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-22 03:13:02 +0000 |
commit | 5d5e3577ace4ce8b7355155c06c4045e3cdefd8e (patch) | |
tree | 85b47c781e54abf6d234ef89ad544c0108907771 /mail/courier-imap/DEINSTALL | |
parent | 9d99cc25324639f868f6b15fd7330c8f457c202c (diff) | |
download | pkgsrc-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/DEINSTALL | 9 |
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 |