]> git.donarmstrong.com Git - lilypond.git/blob - debian/lilypond-data.postinst
* Ignore test failures on non-i386/amd64 architectures (Closes:
[lilypond.git] / debian / lilypond-data.postinst
1 #!/bin/sh
2 #
3 # postinst script for the Debian GNU/Linux lilypond-data package
4 #   by Anthony Fok <foka@debian.org>
5 #   Initial release:  Sun, 26 Oct 1997 03:23:00 -0700
6 #     Last modified:  Thu, 17 Jun 2004 11:40:36 +0800
7
8 set -e
9
10 package=lilypond                # This is used for filenames!  Don't change it!
11 pkg_name="GNU LilyPond"
12
13 std_TEXMFMAIN=/usr/share/texmf  # Debian's standard $TEXMFMAIN
14
15 TEXMFMAIN=`kpsewhich -expand-var '$TEXMFMAIN'`
16 : ${TEXMFMAIN:=$std_TEXMFMAIN}
17
18 echo " Running mktexlsr $TEXMFMAIN..."
19 mktexlsr $TEXMFMAIN
20
21 #DEBHELPER#
22 echo
23 echo " $pkg_name configuration completed."
24 echo " Please read /usr/share/doc/lilypond/README.Debian to get started."