repo.or.cz
/
lilypond.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
lilypond-1.3.78
[lilypond.git]
/
bin
/
clean-fonts
blob
8494ff68a500891f8bbf814fcba12e596211680a
1
#!/bin/sh
2
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