9 lines
200 B
Plaintext
9 lines
200 B
Plaintext
# $NetBSD: DEINSTALL,v 1.1 2004/12/25 16:55:33 kim Exp $
|
|
|
|
case ${STAGE} in
|
|
DEINSTALL)
|
|
# Remove compiled copy of configuration
|
|
${RM} -f ${PKG_PREFIX}/lib/mailman/Mailman/mm_cfg.pyc
|
|
;;
|
|
esac
|