diff options
author | markm <markm@FreeBSD.org> | 1997-08-04 14:51:46 +0800 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1997-08-04 14:51:46 +0800 |
commit | ee9975ee280a8dd6bef1768d6ba84b5d480d00da (patch) | |
tree | bb7b69017f7371c587f571e56d3fe647c56ea6d3 /mail/nmh/pkg-install | |
parent | 69e3578122012f9254a26d8874a79e8195435fa8 (diff) | |
download | freebsd-ports-gnome-ee9975ee280a8dd6bef1768d6ba84b5d480d00da.tar.gz freebsd-ports-gnome-ee9975ee280a8dd6bef1768d6ba84b5d480d00da.tar.zst freebsd-ports-gnome-ee9975ee280a8dd6bef1768d6ba84b5d480d00da.zip |
Update this to version 0.17
Submitted by: Scott Blachowicz
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 |