]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.18
authorfred <fred>
Sun, 24 Mar 2002 19:58:56 +0000 (19:58 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:58:56 +0000 (19:58 +0000)
bin/clean-fonts

index ae6558666284fdac610c4a0c396c9bc9d1bef393..8494ff68a500891f8bbf814fcba12e596211680a 100755 (executable)
@@ -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