From: fred Date: Sun, 24 Mar 2002 19:58:56 +0000 (+0000) Subject: lilypond-0.1.18 X-Git-Tag: release/1.5.59~3816 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a8a52360a8b93db7e722f2ec55b2a326556179a1;p=lilypond.git lilypond-0.1.18 --- 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