[SCM] packaging for the mame arcade game emulator branch, master, updated. 0a6a51899959f7935fd40fba93a1bb2e29158c0c

Jordi Mallach jordi at debian.org
Fri Apr 22 16:33:19 UTC 2011


The following commit has been merged in the master branch:
commit 0a6a51899959f7935fd40fba93a1bb2e29158c0c
Author: Jordi Mallach <jordi at debian.org>
Date:   Fri Apr 22 18:32:48 2011 +0200

    Remove debug echo.

diff --git a/debian/mame.preinst b/debian/mame.preinst
index 5b522a0..520a1ab 100644
--- a/debian/mame.preinst
+++ b/debian/mame.preinst
@@ -11,7 +11,7 @@ if [ "$1" = "upgrade" -a -f "$INI" ]; then
         curmd5="$(md5sum $INI | cut -d' ' -f 1)"
         for md5sum in $OLDMD5; do
             if [ "$curmd5" = "$md5sum" ]; then
-                echo rm -f $INI
+                rm -f $INI
                 break
             fi
         done

-- 
packaging for the mame arcade game emulator



More information about the Pkg-games-commits mailing list