pkgsrc/games/lbreakout2/INSTALL
joerg ce2670dcfb Honour VARBASE and use config file framework for the high score file.
Use INSTALL to inform the user of the changed location. Bump revision.
Discussed with jlam@
2006-06-21 16:00:57 +00:00

18 lines
514 B
Text

# $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