summaryrefslogtreecommitdiffstats
path: root/qml/mageiawelcome.py
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2019-02-03 22:41:49 +0100
committerPapoteur <papoteur@mageia.org>2019-02-03 22:43:38 +0100
commit708f51d4c078c5360d50c4e5995129891c3d551b (patch)
treee919e34eb909f214043d4ff3c22d48422a5fbd57 /qml/mageiawelcome.py
parentef13f51356527a27e9419cb2df8d39c99242b107 (diff)
downloadmageiawelcome-708f51d4c078c5360d50c4e5995129891c3d551b.tar
mageiawelcome-708f51d4c078c5360d50c4e5995129891c3d551b.tar.gz
mageiawelcome-708f51d4c078c5360d50c4e5995129891c3d551b.tar.bz2
mageiawelcome-708f51d4c078c5360d50c4e5995129891c3d551b.tar.xz
mageiawelcome-708f51d4c078c5360d50c4e5995129891c3d551b.zip
Applications: secure rpm query after installation (mga#24095)
Diffstat (limited to 'qml/mageiawelcome.py')
-rw-r--r--qml/mageiawelcome.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/qml/mageiawelcome.py b/qml/mageiawelcome.py
index e8662b8..c7a320d 100644
--- a/qml/mageiawelcome.py
+++ b/qml/mageiawelcome.py
@@ -104,9 +104,8 @@ class Launcher(QObject):
if cmd[0] == "gurpmi":
proc.wait()
print(proc.returncode)
- if (proc.returncode == 0):
- # Give the signal to reload the applist
- self.installed.emit()
+ # Give the signal to reload the applist
+ self.installed.emit()
class Norun(QObject):
def __init__(self):