X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fpostinst;h=03e952e92c1aa1d3211463d403faa8b137e3dda2;hb=9d3df03734443ed214141ca8bf4b6fc32af945a5;hp=bf404ce2a2a7dc150222feb9e0f458be141ef195;hpb=73c3e44b4e0884a0ea7d227a7c188bc4e2c02c7f;p=lilypond.git diff --git a/debian/postinst b/debian/postinst index bf404ce2a2..03e952e92c 100755 --- a/debian/postinst +++ b/debian/postinst @@ -3,7 +3,7 @@ # postinst script for the Debian GNU/Linux lilypond package # by Anthony Fok # Initial release: Sun, 26 Oct 1997 03:23:00 -0700 -# Last modified: Sun, 26 Mar 2000 02:18:41 -0700 +# Last modified: Thu, 26 Apr 2001 03:20:10 -0600 set -e @@ -18,11 +18,12 @@ TEXMFMAIN=`/usr/bin/kpsewhich -expand-var '$TEXMFMAIN'` echo " Running /usr/bin/mktexlsr $TEXMFMAIN..." /usr/bin/mktexlsr $TEXMFMAIN -install-info --description='LilyPond, the GNU Project music typesetter' \ +install-info --quiet \ --section "Music" "Music" \ - --quiet /usr/share/info/lilypond.info.gz + --description='LilyPond, the GNU Project music typesetter' \ + /usr/share/info/lilypond.info.gz #DEBHELPER# echo echo " $pkg_name configuration completed." -echo " Please read /usr/share/doc/lilypond1.3/README.Debian to get started." +echo " Please read /usr/share/doc/lilypond/README.Debian to get started."