diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-06-22 13:51:13 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-06-22 13:51:13 +0000 |
commit | 363ec49aabc89eed26cea8181167d62684d4ee27 (patch) | |
tree | 6e7bb1ee487d044e93c21097930ebabdd4b3b8d8 /Rpmdrake/icon.pm | |
parent | 222173529c1bb2ff0ad87711b92948adcd7fb349 (diff) | |
download | rpmdrake-363ec49aabc89eed26cea8181167d62684d4ee27.tar rpmdrake-363ec49aabc89eed26cea8181167d62684d4ee27.tar.gz rpmdrake-363ec49aabc89eed26cea8181167d62684d4ee27.tar.bz2 rpmdrake-363ec49aabc89eed26cea8181167d62684d4ee27.tar.xz rpmdrake-363ec49aabc89eed26cea8181167d62684d4ee27.zip |
deprecate "Cluster/Message Passing", "Cluster/Queueing Services",
"System/Deploiement" & "System/Deployment" groups in favor of new
"System/Cluster" group
Diffstat (limited to 'Rpmdrake/icon.pm')
-rwxr-xr-x | Rpmdrake/icon.pm | 6 |
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")) => '', |