From: fred Date: Sun, 28 Sep 1997 23:08:37 +0000 (+0000) Subject: lilypond-0.1.22 X-Git-Tag: release/1.5.59~6049 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=48601086aafc3dc6c3dbaa10e4e33f67955fe1fd;p=lilypond.git lilypond-0.1.22 --- diff --git a/bin/clean-fonts.sh b/bin/clean-fonts.sh new file mode 100644 index 0000000000..8494ff68a5 --- /dev/null +++ b/bin/clean-fonts.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +# remove possibly stale .pk/.tfm files +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