mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
12 lines
328 B
Plaintext
12 lines
328 B
Plaintext
# $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
|