]> git.donarmstrong.com Git - lilypond.git/blob - debian/lilypond-doc.postinst
properly handle symlink to directory
[lilypond.git] / debian / lilypond-doc.postinst
1 #!/bin/sh
2
3 set -e
4
5 #DEBHELPER#
6
7 if dpkg-maintscript-helper supports symlink_to_dir; then
8     dpkg-maintscript-helper symlink_to_dir \
9         /usr/share/info/lilypond ../doc/lilypond/html/Documentation/user \
10         2.18.0-1~ lilypond-doc -- "$@"
11 fi;