#! /bin/sh
#
# $NetBSD: INSTALL,v 1.4 2000/01/18 15:50:33 agc Exp $
#

case "$2" in
  ""|POST-INSTALL) cat <<EOF
=============================================================

You will need to copy the files:

	${PKG_PREFIX}/etc/nmh/*.dist

to be 

	${PKG_PREFIX}/etc/nmh/*

(i.e. "delete the .dist" suffix)
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
