summaryrefslogtreecommitdiffstats
path: root/perl-install/pkgs.pm
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mandriva.org>2010-05-25 14:35:20 +0000
committerPascal Terjan <pterjan@mandriva.org>2010-05-25 14:35:20 +0000
commit9338afe9686356e1006cffd858dc0b7b2fc35023 (patch)
treeade21cfa0d465508fdb31345fd4e218a2e874411 /perl-install/pkgs.pm
parent31413ebd647f0e7d049404f25c5d71a6a616873b (diff)
downloaddrakx-9338afe9686356e1006cffd858dc0b7b2fc35023.tar
drakx-9338afe9686356e1006cffd858dc0b7b2fc35023.tar.gz
drakx-9338afe9686356e1006cffd858dc0b7b2fc35023.tar.bz2
drakx-9338afe9686356e1006cffd858dc0b7b2fc35023.tar.xz
drakx-9338afe9686356e1006cffd858dc0b7b2fc35023.zip
task-kde3-minimal is dead, and now task-gnome-minimal instead of task-gnome
Diffstat (limited to 'perl-install/pkgs.pm')
-rw-r--r--perl-install/pkgs.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm
index ff1399261..88532592d 100644
--- a/perl-install/pkgs.pm
+++ b/perl-install/pkgs.pm
@@ -217,8 +217,8 @@ sub detect_network_drivers {
sub detect_hardware_packages {
my ($do_pkgs, $o_match_all_hardware) = @_;
my @ignore_flags = $::isInstall ? () : (
- if_(!$do_pkgs->are_installed('task-kde4-minimal', 'task-kde3-minimal'), "CAT_KDE"),
- if_(!$do_pkgs->is_installed('task-gnome'), "CAT_GNOME"),
+ if_(!$do_pkgs->is_installed('task-kde4-minimal'), "CAT_KDE"),
+ if_(!$do_pkgs->is_installed('task-gnome-minimal'), "CAT_GNOME"),
);
(
($::isInstall ? () : detect_rpmsrate_hardware_packages($o_match_all_hardware, \@ignore_flags)),