pkgsrc/games/lbreakout2/INSTALL

19 lines
514 B
Text
Raw Normal View History

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