Subject: pre-installation requirements
To: None <tech-pkg@NetBSD.org>
From: Klaus Heinz <k.heinz.okt.drei@onlinehome.de>
List: tech-pkg
Date: 10/05/2003 18:33:39
Hi,
how would I go about informing the users about some actions they are
supposed to take _before_ upgrading a particular package to the current
version? They should run a program from the old package before
installing and using the new package.
All I could think of is a small HEADER fragment with a PRE-INSTALL
clause:
case ${STAGE} in
PRE-INSTALL)
${ECHO} important message
sleep 10
;;
esac
ciao
Klaus