aboutsummaryrefslogtreecommitdiffstats
path: root/mail/nmh/pkg-install
blob: f03793f1d2a5b2a2f751b71f671d9ea57ca998c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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