diff options
author | Daouda Lo <daouda@mandriva.com> | 2004-02-27 12:41:16 +0000 |
---|---|---|
committer | Daouda Lo <daouda@mandriva.com> | 2004-02-27 12:41:16 +0000 |
commit | 548dc32001ca3b635fe02ff28857640978146fa7 (patch) | |
tree | 90c19946f119874430b57413aeead35f6c8b139d /mdkupdate | |
parent | c9cce7c507b4f4b9d464287736557d8bccc1b0a4 (diff) | |
download | mgaonline-548dc32001ca3b635fe02ff28857640978146fa7.tar mgaonline-548dc32001ca3b635fe02ff28857640978146fa7.tar.gz mgaonline-548dc32001ca3b635fe02ff28857640978146fa7.tar.bz2 mgaonline-548dc32001ca3b635fe02ff28857640978146fa7.tar.xz mgaonline-548dc32001ca3b635fe02ff28857640978146fa7.zip |
- add --auto
Diffstat (limited to 'mdkupdate')
-rwxr-xr-x | mdkupdate | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -87,7 +87,7 @@ if(!$ret) { $noscheduled = join(',',@{$c2h->{nosched}}); if ($opt eq '--applet') { system "MandrakeUpdate","--media=mdkupdate","--pkg-sel=$scheduled","--pkg-nosel=$nosheduled"; - } else { + } elsif ($opt eq '--auto') { autoInstallRpms($c2h->{sched}); } rpm_qa("/root/rpm_qa_installed_after"); |