]> git.donarmstrong.com Git - lilypond.git/blobdiff - debian/postinst
release: 1.3.103
[lilypond.git] / debian / postinst
index e7f9906b71d4461822bace6a0a90f83f88e42dfd..32ba2706e43ba2e7f8709053664992407f5c5746 100755 (executable)
@@ -1,26 +1,29 @@
 #!/bin/sh
 #
 # postinst script for the Debian GNU/Linux lilypond package
-#
 #   by Anthony Fok <foka@debian.org>
 #   Initial release:  Sun, 26 Oct 1997 03:23:00 -0700
-#     Last modified:  Wed, 22 Apr 1998 03:14:10 -0600
+#     Last modified:  Sun, 26 Mar 2000 02:18:41 -0700
 
 set -e
 
 package=lilypond               # This is used for filenames!  Don't change it!
 pkg_name="GNU LilyPond"
 
-std_TEXMFMAIN=/usr/lib/texmf   # Debian's standard $TEXMFMAIN
+std_TEXMFMAIN=/usr/share/texmf # Debian's standard $TEXMFMAIN
 
 TEXMFMAIN=`/usr/bin/kpsewhich -expand-var '$TEXMFMAIN'`
 : ${TEXMFMAIN:=$std_TEXMFMAIN}
 
-echo " Running /usr/bin/mktexlsr ..."
-/usr/bin/mktexlsr
+echo " Running /usr/bin/mktexlsr $TEXMFMAIN..."
+/usr/bin/mktexlsr $TEXMFMAIN
+
+#install-info --description='LilyPond, the GNU Project music typesetter' \
+#      --section "Music" "Music" \
+#      --quiet /usr/share/info/lilypond.info.gz
 
 #DEBHELPER#
 
 echo
 echo " $pkg_name configuration completed."
-echo " Please read /usr/doc/$package/README.Debian to get started."
+echo " Please read /usr/share/doc/lilypond1.3/README.Debian to get started."