lilypond-1.3.130
[lilypond.git] / bin / clean-fonts
blob8494ff68a500891f8bbf814fcba12e596211680a
1 #!/bin/sh
3 # remove possibly stale .pk/.tfm files
4 echo> /tmp/cleaning-font
5 FILES=`find /var/lib/texmf/ -name 'font-en-tja*'` # -or -name 'vette-beam*'`
6 echo removing $FILES
7 rm $FILES /tmp/cleaning-font