#!/bin/sh

install-info --quiet --section "Graphics" "Graphics" \
             --description="Morphing program" \
             --menuentry="Xmorph" /usr/share/info/xmorph.info



# Automatically added by dh_installdocs
if [ "$1" = "configure" ]; then
	if [ -d /usr/doc -a ! -e /usr/doc/xmorph -a -d /usr/share/doc/xmorph ]; then
		ln -sf ../share/doc/xmorph /usr/doc/xmorph
	fi
fi
# End automatically added section
# Automatically added by dh_installmenu
if test -x /usr/bin/update-menus ; then update-menus ; fi
# End automatically added section
# Automatically added by dh_installinfo
#install-info --quiet /usr/share/info/xmorph.info
# End automatically added section
