Files
pkgsrc-ng/mail/courier-maildir/DEINSTALL
2013-09-26 17:14:40 +02:00

20 lines
441 B
Plaintext

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