summaryrefslogtreecommitdiffstats
path: root/mdkupdate
diff options
context:
space:
mode:
authorDaouda Lo <daouda@mandriva.com>2004-02-27 12:41:16 +0000
committerDaouda Lo <daouda@mandriva.com>2004-02-27 12:41:16 +0000
commit548dc32001ca3b635fe02ff28857640978146fa7 (patch)
tree90c19946f119874430b57413aeead35f6c8b139d /mdkupdate
parentc9cce7c507b4f4b9d464287736557d8bccc1b0a4 (diff)
downloadmgaonline-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-xmdkupdate2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdkupdate b/mdkupdate
index 2882664f..a3eb30db 100755
--- a/mdkupdate
+++ b/mdkupdate
@@ -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");