pkgsrc/mail/courier-imap/DEINSTALL
jlam 5d5e3577ac 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.
2004-02-22 03:13:02 +00:00

14 lines
478 B
Text

# $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