The following commit has been merged in the master branch:
commit 23f1f522a936d1383c0b1835d65eb0fd95735d39
Author: Josue Abarca <[email protected]>
Date:   Wed Nov 16 10:14:02 2011 -0600

    * debian/postrm a couple of bugs fixed

diff --git a/debian/postrm b/debian/postrm
index df80e6d..caa41dc 100644
--- a/debian/postrm
+++ b/debian/postrm
@@ -31,10 +31,11 @@ case "$1" in
             rm -rf $OLDSCOREFILE
         fi
         if [ -f $NEWSCOREFILE ]; then
-            rm -rf $OLDSCOREFILE
+            rm -rf $NEWSCOREFILE
         fi
     ;;
     upgrade)
+        SCOREFILE="/var/games/greed/greed.hs"
         if [ "$2" != "" ]; then
             if dpkg --compare-versions "$2" lt "3.7-1"; then
                if [ -f $SCOREFILE ]; then

-- 
Debian package of greed

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to