summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-12-14 11:41:12 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-12-14 11:41:12 +0000
commit72bdefdb1c6cadc4481d9c15f7e1408dc8aaf041 (patch)
tree825c043473926e7a110aaa9db78b35d99fd3d218 /perl-install/install2.pm
parent3638fb314f9458f66244795b766e5fd0e341110e (diff)
downloaddrakx-backup-do-not-use-72bdefdb1c6cadc4481d9c15f7e1408dc8aaf041.tar
drakx-backup-do-not-use-72bdefdb1c6cadc4481d9c15f7e1408dc8aaf041.tar.gz
drakx-backup-do-not-use-72bdefdb1c6cadc4481d9c15f7e1408dc8aaf041.tar.bz2
drakx-backup-do-not-use-72bdefdb1c6cadc4481d9c15f7e1408dc8aaf041.tar.xz
drakx-backup-do-not-use-72bdefdb1c6cadc4481d9c15f7e1408dc8aaf041.zip
move from compssList to rpmsrate
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r--perl-install/install2.pm9
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.