summaryrefslogtreecommitdiff
path: root/mail/mutt-devel/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mutt-devel/INSTALL')
-rw-r--r--mail/mutt-devel/INSTALL12
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/mutt-devel/INSTALL b/mail/mutt-devel/INSTALL
new file mode 100644
index 00000000000..2b586fde291
--- /dev/null
+++ b/mail/mutt-devel/INSTALL
@@ -0,0 +1,12 @@
+# $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