]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.22
authorfred <fred>
Sun, 28 Sep 1997 23:08:37 +0000 (23:08 +0000)
committerfred <fred>
Sun, 28 Sep 1997 23:08:37 +0000 (23:08 +0000)
bin/clean-fonts.sh [new file with mode: 0644]

diff --git a/bin/clean-fonts.sh b/bin/clean-fonts.sh
new file mode 100644 (file)
index 0000000..8494ff6
--- /dev/null
@@ -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