From 59a7e0cec4b1e53f9e5f7806ff315cb5bd66598f Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 4 Apr 2001 13:43:49 +0000 Subject: fixed multiple wait message (looking+finding packages) --- perl-install/install_any.pm | 3 --- 1 file changed, 3 deletions(-) (limited to 'perl-install/install_any.pm') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index e4ab24928..ddcdd9a27 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -353,9 +353,6 @@ sub setPackages { foreach (lang::langsLANGUAGE($o->{langs})) { $o->{compssUsersChoice}{qq(LOCALES"$_")} = 1; } - #- for the first time, select package to upgrade. - #- TOCHECK this may not be the best place for that as package are selected at some other point. - $o->selectPackagesToUpgrade if $o->{isUpgrade}; } else { #- this has to be done to make sure necessary files for urpmi are #- present. -- cgit v1.2.1