summaryrefslogtreecommitdiff
path: root/mail/nmh/pkg/INSTALL
blob: b691411eeaff119600dfdd162309e03f6fdce3cb (plain)
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