summaryrefslogtreecommitdiffstats
path: root/mail/nmh/pkg-install
diff options
context:
space:
mode:
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 0000000..b691411
--- /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
OpenPOWER on IntegriCloud