freebsd-ports/mail/nmh/pkg-install

16 lines
330 B
Plaintext
Raw Normal View History

#!/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