The following commit has been merged in the master branch:
commit 0a6a51899959f7935fd40fba93a1bb2e29158c0c
Author: Jordi Mallach <[email protected]>
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

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

Reply via email to