From a8a52360a8b93db7e722f2ec55b2a326556179a1 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:58:56 +0000 Subject: [PATCH] lilypond-0.1.18 --- bin/clean-fonts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bin/clean-fonts b/bin/clean-fonts index ae65586662..8494ff68a5 100755 --- a/bin/clean-fonts +++ b/bin/clean-fonts @@ -1,5 +1,7 @@ #!/bin/sh # remove possibly stale .pk/.tfm files - -rm `locate font-en-tja| egrep '.*pk$|.*tfm$'` +echo> /tmp/cleaning-font +FILES=`find /var/lib/texmf/ -name 'font-en-tja*'` # -or -name 'vette-beam*'` +echo removing $FILES +rm $FILES /tmp/cleaning-font -- 2.39.5