#! /bin/sh
#
# $NetBSD: INSTALL,v 1.3 1999/04/05 05:09:53 hubertf Exp $
#

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

exit 0
