2c51c9e10b
version of Mutt, a text mail reader and PGP & S/MIME support. This is primarily to support a mutt that builds with SASLv2 support.
12 lines
215 B
Text
12 lines
215 B
Text
# $NetBSD: INSTALL,v 1.3 2004/07/21 22:37:10 jlam Exp $
|
|
|
|
case ${STAGE} in
|
|
POST-INSTALL)
|
|
${RM} -f @DOCDIR@/samples
|
|
${LN} -sf ../../examples/mutt @DOCDIR@/samples
|
|
;;
|
|
|
|
DEINSTALL)
|
|
${RM} -f @DOCDIR@/samples
|
|
;;
|
|
esac
|