]> git.donarmstrong.com Git - lilypond.git/blob - debian/lilypond-doc.postrm
Fix Broken usage of dpkg-maintscript-helper (relative pathnames vs. aboslute pathname...
[lilypond.git] / debian / lilypond-doc.postrm
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 /usr/share/doc/lilypond/html/Documentation/user \
10         2.18.2-1~ lilypond-doc -- "$@"
11 fi;