diff options
author | Pascal Terjan <pterjan@mandriva.org> | 2010-05-25 14:35:20 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mandriva.org> | 2010-05-25 14:35:20 +0000 |
commit | 9338afe9686356e1006cffd858dc0b7b2fc35023 (patch) | |
tree | ade21cfa0d465508fdb31345fd4e218a2e874411 | |
parent | 31413ebd647f0e7d049404f25c5d71a6a616873b (diff) | |
download | drakx-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
-rw-r--r-- | perl-install/NEWS | 2 | ||||
-rw-r--r-- | perl-install/pkgs.pm | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index fd0212940..e50b63070 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +- task-kde3-minimal is dead, and there is now task-gnome-minimal + Version 13.29 - 24 May 2010 - display_release_notes.pl: don't use ::isInstall to position the release not 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)), |