
2008-06-30 Cody Russell <bratsche@gnome.org> * Practically everything changed. Change all references of GIMP Toolkit (and variations of it) to GTK+ Toolkit, showing no mercy at all to our beloved ancestry. (#540529) svn path=/trunk/; revision=20709
12 lines
261 B
Bash
12 lines
261 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
install-info --quiet --description="The GTK+ 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#
|