diff options
author | Mark Murray <markm@FreeBSD.org> | 1997-08-04 06:51:46 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1997-08-04 06:51:46 +0000 |
commit | a6e587c45c40232a01e510f8ab0607b31c8adb54 (patch) | |
tree | a88b1b9b987a212e6bff4b45adff17123d578680 /mail/nmh/pkg-install | |
parent | Add 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-install | 15 |
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 |