# $NetBSD: INSTALL,v 1.5 2006/06/09 22:12:10 jlam 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
