freebsd-ports/mail/nmh/pkg-install
Mark Murray a6e587c45c Update this to version 0.17
Submitted by:	Scott Blachowicz
1997-08-04 06:51:46 +00:00

15 lines
331 B
Bash

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