#!/bin/sh 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 -- "$@" fi;