pkgsrc/mail/mailman/files/INSTALL
kim 6b093a74e1 Update mailman to 2.1.10 as a security fix for CVE-2008-0564
http://secunia.com/advisories/28794/

Includes many bug fixes, see share/doc/mailman/NEWS for details.
2008-06-29 07:47:03 +00:00

11 lines
328 B
Text

# $NetBSD: INSTALL,v 1.2 2008/06/29 07:47:03 kim Exp $
case ${STAGE} in
POST-INSTALL)
# Fix file permissions
${PKG_PREFIX}/lib/mailman/bin/check_perms -f
# Remove compiled config file to avoid the need to recompile it
# when it is modified.
${RM} -f ${PKG_PREFIX}/lib/mailman/Mailman/mm_cfg.pyc
;;
esac