]> git.donarmstrong.com Git - lilypond.git/blob - debian/lilypond-doc.postinst
*** empty log message ***
[lilypond.git] / debian / lilypond-doc.postinst
1 #!/bin/sh
2 #
3 # postinst script for the Debian GNU/Linux lilypond-doc package
4 #   by Anthony Fok <foka@debian.org>
5
6 set -e
7
8 /usr/sbin/install-info --quiet \
9         --section "Music" "Music" \
10         --description='LilyPond, the GNU Project music typesetter' \
11         /usr/share/info/lilypond.info.gz
12
13 #DEBHELPER#