]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/clean-fonts.sh
* scm/titling.scm (default-score-title): remove caps for piece.
[lilypond.git] / buildscripts / clean-fonts.sh
old mode 100755 (executable)
new mode 100644 (file)
index e8d457f..0dc0ff2
@@ -18,6 +18,8 @@ dirs=".
 /var/spool/texmf
 /var/tmp/texfonts
 /var/texfonts
+/var/cache/fonts
+/usr/share/texmf/fonts
 "
 
 for i in $dirs; do
@@ -31,7 +33,10 @@ if [ -z "$TEXDIRS" -o "$TEXDIRS" = "." ]; then
 fi
 
 # remove possibly stale .pk/.tfm files 
-FILES=`find $TEXDIRS -name "feta*$WHAT*tfm" -or -name "feta*$WHAT*pk"`
+FILES=$(find $TEXDIRS -name "feta*$WHAT*tfm" \
+  -or -name "feta*$WHAT*pk" \
+  -or -name "parmesan$WHAT*tfm" \
+  -or -name "parmesan*$WHAT*pk")
 
 echo removing $FILES
 rm  -f $FILES /tmp/cleaning-font-dummy