summaryrefslogtreecommitdiff
path: root/deskutils/gdesklets-sensor-psi_iconbutton/files/patch-Install_Sensor.bin
blob: c7e79a95ceb1fbe3f85d9434899e79567251ec4d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- Install_IconButton_Sensor.bin.orig	Wed Nov 19 18:34:09 2003
+++ Install_IconButton_Sensor.bin	Wed Nov 19 18:34:26 2003
@@ -75,15 +75,9 @@
     else:
         cmd = "mkdir -p %(destination)s; cd %(destination)s; " \
               "LANG=C tar -xzvf %(tmp)s 2>&1"
-    fail, out = commands.getstatusoutput(cmd % vars())
+    commands.getstatusoutput(cmd % vars())
     os.unlink(tmp)
     
-    if (fail):
-        if (no_message): print ERROR_TAR + out
-        else: message(ERROR_TAR + out, "error")
-        sys.exit(1)
-
-    print out
     if (not list_only):
         if (no_message): print SUCCESS
         else: message(SUCCESS, "info")