summaryrefslogtreecommitdiff
path: root/mail/nmh/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'mail/nmh/INSTALL')
-rw-r--r--mail/nmh/INSTALL8
1 files changed, 1 insertions, 7 deletions
diff --git a/mail/nmh/INSTALL b/mail/nmh/INSTALL
index b06d233899f..056826a07dc 100644
--- a/mail/nmh/INSTALL
+++ b/mail/nmh/INSTALL
@@ -1,14 +1,12 @@
#! /bin/sh
#
-# $NetBSD: INSTALL,v 1.2 2002/07/10 01:44:41 kim Exp $
+# $NetBSD: INSTALL,v 1.3 2003/08/30 20:22:57 jlam Exp $
#
PKGNAME=$1
STAGE=$2
case ${STAGE} in
-PRE-INSTALL)
- ;;
POST-INSTALL)
CONFDIR=${PKG_PREFIX}/etc/nmh
@@ -40,9 +38,5 @@ server if you are not running one locally.
=============================================================
EOF
;;
-*)
- echo "Unexpected argument: ${STAGE}"
- exit 1
- ;;
esac
exit 0