#!/bin/sh set -e #DEBHELPER# if dpkg-maintscript-helper supports symlink_to_dir; then dpkg-maintscript-helper symlink_to_dir \ /usr/share/info/lilypond /usr/share/doc/lilypond/html/Documentation/user \ 2.18.2-1~ lilypond-doc -- "$@" fi;