r5525 - packages/trunk/bastet/debian
Ansgar Burchardt
ansgar-guest at alioth.debian.org
Mon Jan 28 19:31:47 UTC 2008
Author: ansgar-guest
Date: 2008-01-28 19:31:47 +0000 (Mon, 28 Jan 2008)
New Revision: 5525
Modified:
packages/trunk/bastet/debian/postinst
packages/trunk/bastet/debian/preinst
Log:
update comment to reflect change from r5223
Modified: packages/trunk/bastet/debian/postinst
===================================================================
--- packages/trunk/bastet/debian/postinst 2008-01-28 19:04:50 UTC (rev 5524)
+++ packages/trunk/bastet/debian/postinst 2008-01-28 19:31:47 UTC (rev 5525)
@@ -5,7 +5,7 @@
scores=/var/games/bastet.scores
-# old version of bastet (<= 0.41-5) will remove high score file
+# old version of bastet (< 0.41-6) will remove high score file
# on upgrade, so rescue it
if $(dpkg --compare-versions "$2" lt-nl 0.41-6) && [ -e "$scores.tmp" ] ; then
mv "$scores.tmp" "$scores"
Modified: packages/trunk/bastet/debian/preinst
===================================================================
--- packages/trunk/bastet/debian/preinst 2008-01-28 19:04:50 UTC (rev 5524)
+++ packages/trunk/bastet/debian/preinst 2008-01-28 19:31:47 UTC (rev 5525)
@@ -7,7 +7,7 @@
case "$1" in
install|upgrade)
- # old version of bastet (<= 0.41-5) will remove high score file
+ # old version of bastet (< 0.41-6) will remove high score file
# on upgrade, so rescue it
if $(dpkg --compare-versions "$2" lt-nl 0.41-6) && [ -e "$scores" ] ; then
cp -p "$scores" "$scores.tmp"
More information about the Pkg-games-commits
mailing list