summaryrefslogtreecommitdiffstats
path: root/mdkapplet
diff options
context:
space:
mode:
Diffstat (limited to 'mdkapplet')
-rwxr-xr-xmdkapplet4
1 files changed, 4 insertions, 0 deletions
diff --git a/mdkapplet b/mdkapplet
index 71d53ae0..5cff4da5 100755
--- a/mdkapplet
+++ b/mdkapplet
@@ -419,6 +419,10 @@ sub upgrade() {
logIt("upgrading the whole system");
# we cannot use installUpdates() as MandrivaUpdate needs the media
# flaged as update (or else, we need to add a new option to MandrivaUpdate):
+ fork_gurpmi();
+}
+
+sub fork_gurpmi {
$mdv_update_pid = fork_exec('gurpmi', '--auto', '--auto-select', '--silent-success', if_($root, "--urpmi-root=$root"));
}