]> git.donarmstrong.com Git - lilypond.git/commitdiff
There is no need to remove /usr/share/info/lilypond anymore, as the info directory...
authorDon Armstrong <don@donarmstrong.com>
Tue, 15 Aug 2017 20:38:57 +0000 (13:38 -0700)
committerDon Armstrong <don@donarmstrong.com>
Tue, 15 Aug 2017 20:38:57 +0000 (13:38 -0700)
debian/changelog
debian/lilypond-data.postinst

index 0da6e846c7f5adb1fbc2639fed632c2cb4948283..2b8a6275ae9f104811a7131196c31d46dc6700a4 100644 (file)
@@ -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 <don@debian.org>  Tue, 15 Aug 2017 13:38:30 -0700
+
 lilypond (2.18.2-8) unstable; urgency=medium
 
   [ Don Armstrong ]
index 124178e73955fd2242a80256b08f67f07cdb340b..063cb27ef2db10a5e6e2c10c56636e4c386a58ad 100644 (file)
@@ -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;