lilypond-1.0.14
[lilypond.git] / debian / postinst
blobe7f9906b71d4461822bace6a0a90f83f88e42dfd
1 #!/bin/sh
3 # postinst script for the Debian GNU/Linux lilypond package
5 # by Anthony Fok <foka@debian.org>
6 # Initial release: Sun, 26 Oct 1997 03:23:00 -0700
7 # Last modified: Wed, 22 Apr 1998 03:14:10 -0600
9 set -e
11 package=lilypond # This is used for filenames! Don't change it!
12 pkg_name="GNU LilyPond"
14 std_TEXMFMAIN=/usr/lib/texmf # Debian's standard $TEXMFMAIN
16 TEXMFMAIN=`/usr/bin/kpsewhich -expand-var '$TEXMFMAIN'`
17 : ${TEXMFMAIN:=$std_TEXMFMAIN}
19 echo " Running /usr/bin/mktexlsr ..."
20 /usr/bin/mktexlsr
22 #DEBHELPER#
24 echo
25 echo " $pkg_name configuration completed."
26 echo " Please read /usr/doc/$package/README.Debian to get started."