summaryrefslogtreecommitdiff
path: root/mail/nmh/pkg/INSTALL
blob: b35241e6a148b60d3e79839f3b9713462775d87b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#! /bin/sh
#
# $NetBSD: INSTALL,v 1.2 1998/08/07 11:09:45 agc 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