r48727 - /desktop/unstable/gnome-nibbles/debian/gnome-nibbles.postinst

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Mon May 16 00:11:29 UTC 2016


Author: biebl
Date: Mon May 16 00:11:29 2016
New Revision: 48727

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=48727
Log:
Fix version

Modified:
    desktop/unstable/gnome-nibbles/debian/gnome-nibbles.postinst

Modified: desktop/unstable/gnome-nibbles/debian/gnome-nibbles.postinst
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-nibbles/debian/gnome-nibbles.postinst?rev=48727&op=diff
==============================================================================
--- desktop/unstable/gnome-nibbles/debian/gnome-nibbles.postinst	[utf-8] (original)
+++ desktop/unstable/gnome-nibbles/debian/gnome-nibbles.postinst	[utf-8] Mon May 16 00:11:29 2016
@@ -3,7 +3,7 @@
 
 # Clean up old scores files. They are no longer stored system wide
 # but in the user's home directory.
-if dpkg --compare-versions "$2" lt-nl "1:3.20.0-3" ; then
+if dpkg --compare-versions "$2" lt-nl "1:3.18.2-2" ; then
 	rm -f /var/games/gnibbles.*.scores
 	if [ -d /var/games ] ; then
 		rmdir --ignore-fail-on-non-empty /var/games




More information about the pkg-gnome-commits mailing list