blob: ae680190c15f38d03f4d3fce38a96dec1c44252a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $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
|