summaryrefslogtreecommitdiffstats
path: root/print/lilypond/files/pkg-install.in
blob: 81572f5e7a9d7d84885cb73ac3c9a61fd57e941f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
LOCALBASE="%%LOCALBASE%%"
DATADIRVERSION="%%DATADIRVERSION%%"
case $2 in
    POST-INSTALL)
        PATH=${LOCALBASE}/bin:${PATH}
        export TEXMF="{${DATADIRVERSION},"`kpsexpand  \\$TEXMF`"}"
        texhash
    ;;
esac