]> git.donarmstrong.com Git - lilypond.git/blob - make/debian/postinst
release: 0.1.7
[lilypond.git] / make / debian / postinst
1 #!/bin/bash
2 set -e
3
4 if [ -x /usr/bin/texhash -a -e /usr/lib/texmf/ls-R ]; then
5     texhash
6 fi
7