X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Flilypond-doc.postinst;fp=debian%2Flilypond-doc.postinst;h=2559f962d6b906a93dbc9af81445380d0cf7d9b8;hb=f6ccfa88d16b7ff7a9b8fb9a9d3ce4c1d3cecbbe;hp=0000000000000000000000000000000000000000;hpb=4a7c7b3d10ac705df4a8934106681fb9b2f238bc;p=lilypond.git diff --git a/debian/lilypond-doc.postinst b/debian/lilypond-doc.postinst new file mode 100644 index 0000000000..2559f962d6 --- /dev/null +++ b/debian/lilypond-doc.postinst @@ -0,0 +1,11 @@ +#!/bin/sh + +set -e + +#DEBHELPER# + +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 -- "$@" +fi;