X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=blobdiff_plain;f=debian%2Fpostinst;h=7f781eb29597aaa95708fbf7cd89ccd7239dfa21;hb=fc0a17f699903340fb003ecb9558810296c44180;hp=e7f9906b71d4461822bace6a0a90f83f88e42dfd;hpb=995fcf23ddb1abce04842de79bc6e04712248249;p=lilypond.git diff --git a/debian/postinst b/debian/postinst index e7f9906b71..7f781eb295 100755 --- a/debian/postinst +++ b/debian/postinst @@ -4,7 +4,7 @@ # # by Anthony Fok # Initial release: Sun, 26 Oct 1997 03:23:00 -0700 -# Last modified: Wed, 22 Apr 1998 03:14:10 -0600 +# Last modified: Wed, 11 Nov 1998 22:59:49 -0700 set -e @@ -21,6 +21,13 @@ echo " Running /usr/bin/mktexlsr ..." #DEBHELPER# +# If we are the last package to use the old /usr/lib/texmf/doc, +# we will create the symlink to /usr/doc/texmf. :-) +if rmdir /usr/lib/texmf/doc >/dev/null 2>&1 +then + ln -s /usr/doc/texmf /usr/lib/texmf/doc +fi + echo echo " $pkg_name configuration completed." echo " Please read /usr/doc/$package/README.Debian to get started."