summaryrefslogtreecommitdiff
path: root/noncore/unsupported/oipkg/pmipkg.cpp
Side-by-side diff
Diffstat (limited to 'noncore/unsupported/oipkg/pmipkg.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/unsupported/oipkg/pmipkg.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/noncore/unsupported/oipkg/pmipkg.cpp b/noncore/unsupported/oipkg/pmipkg.cpp
index 2ed86ee..bffad15 100644
--- a/noncore/unsupported/oipkg/pmipkg.cpp
+++ b/noncore/unsupported/oipkg/pmipkg.cpp
@@ -75,2 +75,4 @@ bool PmIpkg::runIpkg(const QString& args, const QString& dest )
pvDebug( 3,"PmIpkg::runIpkg got dest="+dest);
+ if (!args.contains("update"))
+ {
if ( dest == "" )
@@ -91,4 +93,6 @@ bool PmIpkg::runIpkg(const QString& args, const QString& dest )
}
+ } //!args.contains("update")
out( "Starting to "+ args+"\n");
+ qApp->processEvents();
cmd += args;
@@ -435,5 +439,3 @@ void PmIpkg::update()
show();
- if ( runIpkg( "update" ) )
- runwindow->close();
- else out("An error occurred!\nPlease check the log.");
+ runIpkg( "update" );
}