]> git.donarmstrong.com Git - lilypond.git/blobdiff - debian/lilypond-doc.postrm
Fix Broken usage of dpkg-maintscript-helper (relative pathnames vs. aboslute pathname...
[lilypond.git] / debian / lilypond-doc.postrm
index 2559f962d6b906a93dbc9af81445380d0cf7d9b8..1776858e18b9ceeb88de40e52cc7c1b229c30fa7 100644 (file)
@@ -6,6 +6,6 @@ set -e
 
 if dpkg-maintscript-helper supports symlink_to_dir; then
     dpkg-maintscript-helper symlink_to_dir \
-        /usr/share/info/lilypond ../doc/lilypond/html/Documentation/user \
-        2.18.0-1~ lilypond-doc -- "$@"
+        /usr/share/info/lilypond /usr/share/doc/lilypond/html/Documentation/user \
+        2.18.2-1~ lilypond-doc -- "$@"
 fi;