diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-05-08 07:58:39 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-05-08 07:58:39 +0000 |
commit | fb1bfb7d9640cbc84bd12f4fb0990dc9d54cacd0 (patch) | |
tree | dd9814477325ab74e59e7c73904d8262d383d8ce /mdkapplet | |
parent | fcd8ec1f59fe423784039a7828a765dbffef5559 (diff) | |
download | mgaonline-fb1bfb7d9640cbc84bd12f4fb0990dc9d54cacd0.tar mgaonline-fb1bfb7d9640cbc84bd12f4fb0990dc9d54cacd0.tar.gz mgaonline-fb1bfb7d9640cbc84bd12f4fb0990dc9d54cacd0.tar.bz2 mgaonline-fb1bfb7d9640cbc84bd12f4fb0990dc9d54cacd0.tar.xz mgaonline-fb1bfb7d9640cbc84bd12f4fb0990dc9d54cacd0.zip |
(installUpdates) run MandrivaUpdate with --no-splash option in order
to skip splash screen (#40366)
Diffstat (limited to 'mdkapplet')
-rwxr-xr-x | mdkapplet | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -281,7 +281,7 @@ sub installUpdates() { return if $mdv_update_pid; my $oldmd5 = $release <= 10.2 ? mdkonline::md5file($binfile) : common::md5file($binfile); logIt(N_("Launching MandrivaUpdate\n")); - $mdv_update_pid = fork_exec('MandrivaUpdate', '--no-media-update', '--no-confirmation'); + $mdv_update_pid = fork_exec('MandrivaUpdate', '--no-media-update', '--no-confirmation', '--no-splash'); my $newmd5 = $release <= 10.2 ? mdkonline::md5file($binfile) : common::md5file($binfile); restart_applet() if $newmd5 ne $oldmd5; silentCheck(); gtkflush(); |