forked from AuroraMiddleware/gtk
12 lines
261 B
Plaintext
12 lines
261 B
Plaintext
|
#!/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#
|