#!/bin/sh -e
# Automatically added by dh_installdocs
if [ "$1" = "configure" ]; then
	if [ -d /usr/doc -a ! -e /usr/doc/libglib1.2-dev -a -d /usr/share/doc/libglib1.2-dev ]; then
		ln -sf ../share/doc/libglib1.2-dev /usr/doc/libglib1.2-dev
	fi
fi
# End automatically added section
# Automatically added by dh_installdocs
if command -v install-docs >/dev/null 2>&1; then
	install-docs -i /usr/share/doc-base/glib-docs
fi
# End automatically added section
# Automatically added by dh_installinfo
install-info --quiet --section "Library of useful routines for 'C' programing" "Library of useful routines for 'C' programing" /usr/share/info/glib.info
# End automatically added section
