mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
19 lines
514 B
Plaintext
19 lines
514 B
Plaintext
# $NetBSD: INSTALL,v 1.1 2006/06/21 16:00:57 joerg Exp $
|
|
|
|
case ${STAGE} in
|
|
POST-INSTALL)
|
|
if ${TEST} -f @PREFIX@/var/lbreakout2.hscr; then
|
|
${CAT} << EOF
|
|
===========================================================================
|
|
|
|
If you are upgrading lbreakout2 from a previous version, please note
|
|
that the locations of the highscore file has moved:
|
|
|
|
@PREFIX@/var/lbreakout2.hscr ==> @VARBASE@/games/lbreakout2.hscr
|
|
|
|
===========================================================================
|
|
EOF
|
|
fi
|
|
;;
|
|
esac
|