From 9338afe9686356e1006cffd858dc0b7b2fc35023 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Tue, 25 May 2010 14:35:20 +0000 Subject: task-kde3-minimal is dead, and now task-gnome-minimal instead of task-gnome --- perl-install/pkgs.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/pkgs.pm') 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)), -- cgit v1.2.1