summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-08-28 09:26:35 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-08-28 09:26:35 +0000
commit27098585a79fc10be1d9c627da51ed49f4611d1d (patch)
treecf48e9017f7a942f89a260063ea556f6a939687b /perl-install/Makefile
parent0499c68e443c74e470e2fd5027524717297d033d (diff)
downloaddrakx-backup-do-not-use-27098585a79fc10be1d9c627da51ed49f4611d1d.tar
drakx-backup-do-not-use-27098585a79fc10be1d9c627da51ed49f4611d1d.tar.gz
drakx-backup-do-not-use-27098585a79fc10be1d9c627da51ed49f4611d1d.tar.bz2
drakx-backup-do-not-use-27098585a79fc10be1d9c627da51ed49f4611d1d.tar.xz
drakx-backup-do-not-use-27098585a79fc10be1d9c627da51ed49f4611d1d.zip
group icons are not used, remove them
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r--perl-install/Makefile3
1 files changed, 0 insertions, 3 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