From 708f51d4c078c5360d50c4e5995129891c3d551b Mon Sep 17 00:00:00 2001 From: Papoteur Date: Sun, 3 Feb 2019 22:41:49 +0100 Subject: Applications: secure rpm query after installation (mga#24095) --- qml/mageiawelcome.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'qml/mageiawelcome.py') 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): -- cgit v1.2.1