pkgsrc/mail/courier-maildir/DEINSTALL
jlam 6c0b00b275 Update mail/courier-maildir to 0.48.2. Changes from version 0.45.6
include minor bugfixes, and fixing a major typo where the maildiracl
and maildirkw utilities were actually just copies of the maildirmake
utility.
2005-02-18 22:12:50 +00:00

19 lines
441 B
Text

# $NetBSD: DEINSTALL,v 1.2 2005/02/18 22:12:50 jlam Exp $
case ${STAGE} in
DEINSTALL)
#
# Note some additional files that may be created by the sysadmin
# that can probably be removed.
#
if ${TEST} -x ./+FILES; then
for file in \
${PKG_SYSCONFDIR}/autoresponsesquota \
${PKG_SYSCONFDIR}/maildirfilterconfig \
${PKG_SYSCONFDIR}/maildirshared
do
${ECHO} "# FILE: $file . /dev/null" >> ./+FILES
done
fi
;;
esac