summaryrefslogtreecommitdiffstats
path: root/perl-install/do_pkgs.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-05-23 18:27:58 +0000
committerThierry Vignaud <tv@mageia.org>2012-05-23 18:27:58 +0000
commit593cb8a1c6d053fc5332ac062538cd5c82b2b0e5 (patch)
tree72666c394ac6b78c15f03e8d564258885367ba88 /perl-install/do_pkgs.pm
parenta3d2f19cf011581cda4dca9f7a8f91ed10ea0a31 (diff)
downloaddrakx-backup-do-not-use-593cb8a1c6d053fc5332ac062538cd5c82b2b0e5.tar
drakx-backup-do-not-use-593cb8a1c6d053fc5332ac062538cd5c82b2b0e5.tar.gz
drakx-backup-do-not-use-593cb8a1c6d053fc5332ac062538cd5c82b2b0e5.tar.bz2
drakx-backup-do-not-use-593cb8a1c6d053fc5332ac062538cd5c82b2b0e5.tar.xz
drakx-backup-do-not-use-593cb8a1c6d053fc5332ac062538cd5c82b2b0e5.zip
(install) kill obsolete comment
Diffstat (limited to 'perl-install/do_pkgs.pm')
-rw-r--r--perl-install/do_pkgs.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/do_pkgs.pm b/perl-install/do_pkgs.pm
index f5c73fd88..79b862149 100644
--- a/perl-install/do_pkgs.pm
+++ b/perl-install/do_pkgs.pm
@@ -241,7 +241,6 @@ sub install {
my $_wait = $do->in && $do->in->wait_message(N("Please wait"), N("Installing packages..."));
$do->in->suspend if $do->in;
log::explanations("installing packages @l");
- #- --expect-install added in urpmi 4.6.11
$ret = system('urpmi', '--gui', @options) == 0;
$do->in->resume if $do->in;
}