summaryrefslogtreecommitdiff
path: root/mail/nmh/pkg-install
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1997-08-04 06:51:46 +0000
committerMark Murray <markm@FreeBSD.org>1997-08-04 06:51:46 +0000
commita6e587c45c40232a01e510f8ab0607b31c8adb54 (patch)
treea88b1b9b987a212e6bff4b45adff17123d578680 /mail/nmh/pkg-install
parentAdd more info to workaround (diff)
Update this to version 0.17
Submitted by: Scott Blachowicz
Notes
Notes: svn path=/head/; revision=7468
Diffstat (limited to 'mail/nmh/pkg-install')
-rw-r--r--mail/nmh/pkg-install15
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/nmh/pkg-install b/mail/nmh/pkg-install
new file mode 100644
index 000000000000..b691411eeaff
--- /dev/null
+++ b/mail/nmh/pkg-install
@@ -0,0 +1,15 @@
+#! /bin/sh
+
+case "$2" in
+ ""|POST-INSTALL) cat <<EOF
+=============================================================
+
+Some files you might need to customize include the following:
+
+ ${PKG_PREFIX}/etc/nmh/mhn.defaults
+ ${PKG_PREFIX}/etc/nmh/mts.conf
+
+=============================================================
+EOF
+ ;;
+esac