[SCM] Standalone 3D Game Maker and 3D Game Design program branch, master, updated. debian/2.6.1+dfsg-5-1-g6febad6

Scott Howard showard314 at gmail.com
Wed May 18 00:26:55 UTC 2011


The following commit has been merged in the master branch:
commit 6febad69d69fb1bce3b68cdb1d4d836428396c2a
Author: Scott Howard <showard314 at gmail.com>
Date:   Tue May 17 20:26:35 2011 -0400

    debian/postinst fixed to clean out partially downloaded files in case of an aborted install (LP: #755641)

diff --git a/debian/changelog b/debian/changelog
index 4aa6912..ecec34e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+sandboxgamemaker (2.6.1+dfsg-6) unstable; urgency=low
+
+  * debian/postinst fixed to clean out partially downloaded files in
+    case of an aborted install (LP: #755641)
+
+ -- Scott Howard <showard at debian.org>  Tue, 17 May 2011 20:24:01 -0400
+
 sandboxgamemaker (2.6.1+dfsg-5) unstable; urgency=low
 
   * debian/patches/librt_linking.patch
diff --git a/debian/postinst b/debian/postinst
index da590a7..d674745 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -35,6 +35,7 @@ case "$1" in
                 rm -fr /usr/share/sandboxgamemaker/loadback
                 mkdir -p /var/cache/sandboxgamemaker
                 cd /var/cache/sandboxgamemaker
+                rm -rf "$PASver" "$PASver"Multiplatform.zip
                 wget http://sandboxgamemaker.com/sandbox/"$PASver"Multiplatform.zip
                 echo "Cleaned old data"
                 unzip -q  "$PASver"Multiplatform.zip

-- 
Standalone 3D Game Maker and 3D Game Design program



More information about the Pkg-games-commits mailing list