From f6a91d8a3f644b039e572127714464c12ffaa6ca Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 21 Feb 2002 12:46:55 +0000 Subject: DarkMarble theme is removed --- perl-install/install_any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_any.pm') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index bc21cc951..d58b26655 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -1072,7 +1072,7 @@ sub remove_bigseldom_used { log::l("remove_bigseldom_used"); $::testing and return; remove_unused(); - unlink glob_("/usr/share/gtk/themes/$_*") foreach qw(DarkMarble marble3d); + unlink glob_("/usr/share/gtk/themes/$_*") foreach qw(marble3d); unlink(m|^/| ? $_ : "/usr/bin/$_") foreach ((map { @$_ } @bigseldom_used_groups), qw(mkreiserfs resize_reiserfs), -- cgit v1.2.1