]> Pileus Git - ~andy/gtk/blob - debian/libgtk-cvs-doc.postinst
29f73bf471de2b16f9129aadcb1b5a9c2e549944
[~andy/gtk] / debian / libgtk-cvs-doc.postinst
1 #!/bin/sh
2
3 set -e
4
5 install-info --quiet --description="The GTK+ Toolkit." \
6  --section "The GIMP" "The GIMP" /usr/info/gtk.info.gz
7
8 install-info --quiet --description="The GIMP Drawing Kit." \
9  --section "The GIMP" "The GIMP" /usr/info/gdk.info.gz
10
11 #DEBHELPER#