forked from AuroraMiddleware/gtk
15 lines
375 B
Bash
15 lines
375 B
Bash
#!/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
|
|
|
|
install-info --quiet --description="The GIMP Library." \
|
|
--section "The GIMP" "The GIMP" /usr/info/glib.info.gz
|
|
|
|
#DEBHELPER#
|