From: Don Armstrong Date: Tue, 15 Aug 2017 20:38:57 +0000 (-0700) Subject: There is no need to remove /usr/share/info/lilypond anymore, as the info directory... X-Git-Tag: debian/2.18.2-9~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4f983e8721e735db6cc8991e5f862edeb0cf7076;p=lilypond.git There is no need to remove /usr/share/info/lilypond anymore, as the info directory is the master source for the images which are built and are linked to from the HTML. (Closes: #871631) --- diff --git a/debian/changelog b/debian/changelog index 0da6e846c7..2b8a6275ae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +lilypond (2.18.2-9) unstable; urgency=medium + + * There is no need to remove /usr/share/info/lilypond anymore, as the + info directory is the master source for the images which are built and + are linked to from the HTML. (Closes: #871631) + + -- Don Armstrong Tue, 15 Aug 2017 13:38:30 -0700 + lilypond (2.18.2-8) unstable; urgency=medium [ Don Armstrong ] diff --git a/debian/lilypond-data.postinst b/debian/lilypond-data.postinst index 124178e739..063cb27ef2 100644 --- a/debian/lilypond-data.postinst +++ b/debian/lilypond-data.postinst @@ -22,10 +22,3 @@ mktexlsr $TEXMFMAIN # echo # echo " $pkg_name configuration completed." # echo " Please read /usr/share/doc/lilypond/README.Debian to get started." - -if [ "$1" = "configure" ]; then - if [ -d /usr/share/info/lilypond ] && [ ! -L /usr/share/info/lilypond ] \ - && rmdir --ignore-fail-on-non-empty /usr/share/lilypond; then - (cd /usr/share/info; ln -s ../doc/lilypond/html/Documentation/user/ lilypond;) - fi; -fi;