diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-12-14 11:41:12 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-12-14 11:41:12 +0000 |
commit | 72bdefdb1c6cadc4481d9c15f7e1408dc8aaf041 (patch) | |
tree | 825c043473926e7a110aaa9db78b35d99fd3d218 /perl-install/install2.pm | |
parent | 3638fb314f9458f66244795b766e5fd0e341110e (diff) | |
download | drakx-72bdefdb1c6cadc4481d9c15f7e1408dc8aaf041.tar drakx-72bdefdb1c6cadc4481d9c15f7e1408dc8aaf041.tar.gz drakx-72bdefdb1c6cadc4481d9c15f7e1408dc8aaf041.tar.bz2 drakx-72bdefdb1c6cadc4481d9c15f7e1408dc8aaf041.tar.xz drakx-72bdefdb1c6cadc4481d9c15f7e1408dc8aaf041.zip |
move from compssList to rpmsrate
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 46e73c477..5aadf8382 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -319,15 +319,6 @@ sub choosePackages { #- always setPackages as it may have to copy hdlist files and depslist file. $o->setPackages; - #- 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. - if ($_[1] == 1) { - $o->selectPackagesToUpgrade if $o->{isUpgrade}; - - $o->{compssUsersChoice}{$_} = 1 foreach @{$o->{compssUsersSorted}}, 'Miscellaneous'; - # $o->{compssUsersChoice}{KDE} = 0 if $o->{lang} =~ /ja|el|ko|th|vi|zh/; #- gnome handles much this fonts much better - } - $o->choosePackages($o->{packages}, $o->{compss}, $o->{compssUsers}, $_[1] == 1); #- check pre-condition where base backage has to be selected. |