diff options
author | Francois Pons <fpons@mandriva.com> | 2001-04-04 13:43:49 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2001-04-04 13:43:49 +0000 |
commit | 59a7e0cec4b1e53f9e5f7806ff315cb5bd66598f (patch) | |
tree | ebd85d5b34c3875b2acae0f247d00c0b441ab4df /perl-install | |
parent | c02b29e5001bf42ea674de23c2d4d5b74f2bc572 (diff) | |
download | drakx-backup-do-not-use-59a7e0cec4b1e53f9e5f7806ff315cb5bd66598f.tar drakx-backup-do-not-use-59a7e0cec4b1e53f9e5f7806ff315cb5bd66598f.tar.gz drakx-backup-do-not-use-59a7e0cec4b1e53f9e5f7806ff315cb5bd66598f.tar.bz2 drakx-backup-do-not-use-59a7e0cec4b1e53f9e5f7806ff315cb5bd66598f.tar.xz drakx-backup-do-not-use-59a7e0cec4b1e53f9e5f7806ff315cb5bd66598f.zip |
fixed multiple wait message (looking+finding packages)
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install_any.pm | 3 |
1 files changed, 0 insertions, 3 deletions
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. |