1998-01-05 14:11:14 -05:00
|
|
|
#!/bin/sh
|
1997-08-04 02:51:46 -04:00
|
|
|
|
|
|
|
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
|