Display package name in post install message.

Thanks Deanna Phillips <dlp@iglou.com>
This commit is contained in:
jasoni 2001-04-14 07:18:32 +00:00
parent 6cbe0697e7
commit 23cadd0217

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $OpenBSD: INSTALL,v 1.3 2001/02/15 01:03:04 brad Exp $
# $OpenBSD: INSTALL,v 1.4 2001/04/14 07:18:32 jasoni Exp $
#
# Pre/post-installation setup of redhat_base
@ -61,7 +61,7 @@ case $2 in
ln -sf $PREFIX /emul/linux
fi
do_notice_bottom
do_notice_bottom $1
;;
*)
echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2