diff options
author | Jan Nieuwenhuizen <janneke@gnu.org> | 2003-03-08 11:28:27 +0000 |
---|---|---|
committer | Jan Nieuwenhuizen <janneke@gnu.org> | 2003-03-08 11:28:27 +0000 |
commit | 0fd5df7265ad830e0f46dc27b669b994c35955a2 (patch) | |
tree | 56fd5989d4ab284df6e85587806c53693f9b1a66 /cygwin/post-lilypond.sh | |
parent | 66354f084f87e23fe64863952a4ab18cd0c5e82b (diff) |
* cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
clean out.
Diffstat (limited to 'cygwin/post-lilypond.sh')
-rw-r--r-- | cygwin/post-lilypond.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cygwin/post-lilypond.sh b/cygwin/post-lilypond.sh index db8927dbb8..ba2cb801ab 100644 --- a/cygwin/post-lilypond.sh +++ b/cygwin/post-lilypond.sh @@ -2,7 +2,7 @@ # /etc/profile.d/post-lily.sh -- Setup LilyPond touch /tmp/.lilypond-install -rm $(find /var/lib/texmf /var/spool/texmf -name 'feta*pk' -or -name 'feta*tfm' -or -name 'parmesan*pk' -or -name 'parmesan*tfm') +rm $(find /var/lib/texmf /var/spool/texmf -name /var/cache/fonts 'feta*pk' -or -name 'feta*tfm' -or -name 'parmesan*pk' -or -name 'parmesan*tfm') rm -f /tmp/.lilypond-install |