summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2002-07-16 10:02:00 +0000
committerFrancois Pons <fpons@mandriva.com>2002-07-16 10:02:00 +0000
commit823630ea9548f95b46e1478c07aa099af9b6dfb7 (patch)
treee8404d5f5ac489788950410b0c3631ef497d2cd3
parentdc3a0f8dfb28da90b149134516895fcbe3e3fa5d (diff)
downloaddrakx-backup-do-not-use-823630ea9548f95b46e1478c07aa099af9b6dfb7.tar
drakx-backup-do-not-use-823630ea9548f95b46e1478c07aa099af9b6dfb7.tar.gz
drakx-backup-do-not-use-823630ea9548f95b46e1478c07aa099af9b6dfb7.tar.bz2
drakx-backup-do-not-use-823630ea9548f95b46e1478c07aa099af9b6dfb7.tar.xz
drakx-backup-do-not-use-823630ea9548f95b46e1478c07aa099af9b6dfb7.zip
removed useless package selection cleaning.
-rw-r--r--perl-install/install_steps.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index 779177478..982e49534 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -272,8 +272,6 @@ sub choosePackages {
#- avoid destroying user selection of packages but only
#- for expert, as they may have done individual selection before.
if ($first_time || !$::expert) {
- install_any::unselectMostPackages($o);
-
exists $o->{compssListLevel}
and pkgs::setSelectedFromCompssList($packages, $o->{compssUsersChoice}, $o->{compssListLevel}, $availableCorrected);
}