From 4f983e8721e735db6cc8991e5f862edeb0cf7076 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Tue, 15 Aug 2017 13:38:57 -0700 Subject: [PATCH] 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) --- debian/changelog | 8 ++++++++ debian/lilypond-data.postinst | 7 ------- 2 files changed, 8 insertions(+), 7 deletions(-) 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; -- 2.39.2