summaryrefslogtreecommitdiff
path: root/debian/libgtk-cvs-doc.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/libgtk-cvs-doc.postinst')
-rw-r--r--debian/libgtk-cvs-doc.postinst11
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/libgtk-cvs-doc.postinst b/debian/libgtk-cvs-doc.postinst
new file mode 100644
index 0000000000..ac01e50070
--- /dev/null
+++ b/debian/libgtk-cvs-doc.postinst
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+set -e
+
+install-info --quiet --description="The GIMP Toolkit." \
+ --section "The GIMP" "The GIMP" /usr/info/gtk.info.gz
+
+install-info --quiet --description="The GIMP Drawing Kit." \
+ --section "The GIMP" "The GIMP" /usr/info/gdk.info.gz
+
+#DEBHELPER#