From 72bdefdb1c6cadc4481d9c15f7e1408dc8aaf041 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 14 Dec 2000 11:41:12 +0000 Subject: move from compssList to rpmsrate --- perl-install/install2.pm | 9 --------- 1 file changed, 9 deletions(-) (limited to 'perl-install/install2.pm') 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. -- cgit v1.2.1