]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/windows/post-lilypond.sh
a94028275c769556af15239454571b39356a290a
[lilypond.git] / Documentation / windows / post-lilypond.sh
1 #!@SHELL@
2 # /etc/profile.d/post-lily.sh  -- Setup LilyPond
3
4 # touch /tmp/.lilypond-install  -- from redhat.spec, why?
5 rm `find /var/lib/texmf -name 'feta*pk' -or -name 'feta*tfm' -or -name 'parmesan*pk' -or -name 'parmesan*tfm' -print'`
6 # rm /tmp/.lilypond-install
7
8 rm -f /usr/lilypond
9 lily=@prefix@
10 ln -s $lily /usr/lilypond
11
12