From f027d873e1c6f4b372b541cc351c71820a9063cd Mon Sep 17 00:00:00 2001 From: Mystery Man Date: Thu, 1 Sep 2005 20:27:41 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'V10_3_0_51mdk'. --- move/tools/fix-fc-cache.pl | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100755 move/tools/fix-fc-cache.pl (limited to 'move/tools/fix-fc-cache.pl') diff --git a/move/tools/fix-fc-cache.pl b/move/tools/fix-fc-cache.pl deleted file mode 100755 index 720c94141..000000000 --- a/move/tools/fix-fc-cache.pl +++ /dev/null @@ -1,21 +0,0 @@ -#!/usr/bin/perl - -# touch fontconfig cache files so that fc-cache will not slow down starting of drakx - -use MDK::Common; - -my ($prefix) = @ARGV or die "usage: $0 \n"; - -my @conf = cat_("$prefix/etc/fonts/fonts.conf"); - -print "touching fontconfig cache files...\n"; -foreach my $line (@conf) { - while ($line =~ m|([^<]+)/dev/null`)) { - touch "$d/fonts.cache-1"; - } - } -} - -- cgit v1.2.1