freebsd-ports/print/lilypond-devel/files/pkg-install.in
Oliver Eikemeier 9869294faa development version of print/lilypond:
"usually quite stable and very usable, providing wanted new features."

PR:		58260
Submitted by:	Patrick Atamaniuk <atamaniuk-ports@frobs.net>
Approved by:	marcus (mentor)
2003-11-20 20:15:42 +00:00

11 lines
210 B
Bash

#!/bin/sh
LOCALBASE="%%LOCALBASE%%"
DATADIRVERSION="%%DATADIRVERSION%%"
case $2 in
POST-INSTALL)
PATH=${LOCALBASE}/bin:${PATH}
export TEXMF="{${DATADIRVERSION},"`kpsexpand \\$TEXMF`"}"
texhash
;;
esac