aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xRpmdrake/icon.pm6
1 files changed, 1 insertions, 5 deletions
diff --git a/Rpmdrake/icon.pm b/Rpmdrake/icon.pm
index bdc72a70..00d9ae8e 100755
--- a/Rpmdrake/icon.pm
+++ b/Rpmdrake/icon.pm
@@ -44,9 +44,6 @@ my %group_icons = (
join('|', N("Books"), N("Howtos")) => 'documentation_section',
join('|', N("Books"), N("Literature")) => 'documentation_section',
join('|', N("Books"), N("Other")) => 'education_other_section',
- N("Cluster") => 'parallel_computing_section',
- join('|', N("Cluster"), N("Message Passing")) => '',
- join('|', N("Cluster"), N("Queueing Services")) => '',
N("Communications") => 'communications_section',
N("Databases") => 'databases_section',
N("Development") => 'development_section',
@@ -128,6 +125,7 @@ my %group_icons = (
N("Sound") => 'sound_section',
N("System") => 'system_section',
join('|', N("System"), N("Base")) => 'system_section',
+ join('|', N("System"), N("Cluster")) => 'parallel_computing_section',
join('|', N("System"), N("Configuration")) => 'configuration_section',
join('|', N("System"), N("Configuration"), N("Boot and Init")) => 'boot_init_section',
join('|', N("System"), N("Configuration"), N("Hardware")) => 'hardware_configuration_section',
@@ -135,8 +133,6 @@ my %group_icons = (
join('|', N("System"), N("Configuration"), N("Other")) => 'system_other_section',
join('|', N("System"), N("Configuration"), N("Packaging")) => 'packaging_section',
join('|', N("System"), N("Configuration"), N("Printing")) => 'printing_section',
- join('|', N("System"), N("Deploiement")) => '',
- join('|', N("System"), N("Deployment")) => '',
join('|', N("System"), N("Fonts")) => 'chinese_section',
join('|', N("System"), N("Fonts"), N("Console")) => 'interpreters_section',
join('|', N("System"), N("Fonts"), N("True type")) => '',