From 27098585a79fc10be1d9c627da51ed49f4611d1d Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 28 Aug 2002 09:26:35 +0000 Subject: group icons are not used, remove them --- perl-install/Makefile | 3 --- perl-install/install_steps_gtk.pm | 6 ------ perl-install/share/list | 24 ------------------------ 3 files changed, 33 deletions(-) diff --git a/perl-install/Makefile b/perl-install/Makefile index 7ef588aa4..f96dadcf2 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -143,9 +143,6 @@ endif done mv -f $(DEST)/$(LIB)/libimlib-png.so $(DEST)/usr/$(LIB) -# # transform xpm's in png's - for i in $(DEST)/usr/share/icons/*.xpm; do convert $$i $${i%xpm}png; rm $$i; done - mv -f $(DEST)/bin/* $(DEST)/sbin/* $(DEST)/usr/bin cd $(DEST)/usr/bin ; mv insmod insmod_ rmdir $(DEST)/bin $(DEST)/sbin diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm index d10d8453e..cac0ccf95 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -219,12 +219,6 @@ sub reallyChooseGroups { my $text = translate($o->{compssUsers}{$e}{label}); my $help = translate($o->{compssUsers}{$e}{descr}); - my $file = do { - my $f = "$ENV{SHARE_PATH}/icons/" . ($o->{compssUsers}{$e}{icons} || 'default'); - -e "$f.png" or $f .= "_section"; - -e "$f.png" or $f = "$ENV{SHARE_PATH}/icons/default_section"; - "$f.png"; - }; my $check = Gtk::CheckButton->new($text); $check->set_active($val->{$e}); $check->signal_connect(clicked => sub { diff --git a/perl-install/share/list b/perl-install/share/list index 3062ac0e8..b3f2b92ad 100644 --- a/perl-install/share/list +++ b/perl-install/share/list @@ -126,30 +126,6 @@ /usr/LIB/rpm/rpmrc /usr/LIB/rpm/macros /sbin/rescuept -/usr/share/icons/amusement_section.png -/usr/share/icons/arcade_section.png -/usr/share/icons/cd_burning_section.png -/usr/share/icons/chat_section.png -/usr/share/icons/default_section.png -/usr/share/icons/documentation_section.png -/usr/share/icons/gnome.xpm -/usr/share/icons/graphics_section.png -/usr/share/icons/kde.xpm -/usr/share/icons/multimedia_section.png -/usr/share/icons/development_section.png -/usr/share/icons/networking_section.png -/usr/share/icons/mail_section.png -/usr/share/icons/archiving_section.png -/usr/share/icons/hardware_section.png -/usr/share/icons/file_transfer_section.png -/usr/share/icons/office_section.png -/usr/share/icons/remote_access_section.png -/usr/share/icons/sciences_section.png -/usr/share/icons/video_section.png -/usr/share/icons/windowmanager_section.png -/usr/share/icons/editors_section.png -/usr/share/icons/terminals_section.png -/usr/share/icons/configuration_section.png /usr/share/ldetect-lst/Cards+ /usr/share/ldetect-lst/MonitorsDB /usr/share/ldetect-lst/isdn.db -- cgit v1.2.1