diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-06-11 19:09:13 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-06-11 19:09:13 +0000 |
commit | 22ec540c186d17a65e9004b6753150617d95fef9 (patch) | |
tree | 17647757090bc9833e8c3cbdb48b12b085c98ebe /perl-install | |
parent | 6be51805c7819e7fc3369b22d6425160571405e3 (diff) | |
download | drakx-backup-do-not-use-22ec540c186d17a65e9004b6753150617d95fef9.tar drakx-backup-do-not-use-22ec540c186d17a65e9004b6753150617d95fef9.tar.gz drakx-backup-do-not-use-22ec540c186d17a65e9004b6753150617d95fef9.tar.bz2 drakx-backup-do-not-use-22ec540c186d17a65e9004b6753150617d95fef9.tar.xz drakx-backup-do-not-use-22ec540c186d17a65e9004b6753150617d95fef9.zip |
(setPackages) kill 6 years old hack for selecting task-kde on upgrade (when it was introduced)
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install/any.pm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/perl-install/install/any.pm b/perl-install/install/any.pm index 2208d84e4..4dec6d74f 100644 --- a/perl-install/install/any.pm +++ b/perl-install/install/any.pm @@ -374,10 +374,6 @@ sub setPackages { my $_w = $o->wait_message('', N("Finding packages to upgrade...")); install::pkgs::selectPackagesToUpgrade($o->{packages}); } - if ($o->{packages}{sizes}{'kdebase-progs'}) { - log::l("selecting task-kde (since kdebase-progs was installed)"); - install::pkgs::select_by_package_names($o->{packages}, ['task-kde']); - } } } |