pkg://autogen_5.3.5-1_mipsel.deb:560326/postinst
info downloads
#!/bin/sh
set -e
# Automatically added by dh_installdocs
if [ "$1" = "configure" ]; then
if [ -d /usr/doc -a ! -e /usr/doc/autogen -a -d /usr/share/doc/autogen ]; then
ln -sf ../share/doc/autogen /usr/doc/autogen
fi
fi
# End automatically added section
# Automatically added by dh_installdocs
if [ "$1" = configure ] && command -v install-docs >/dev/null 2>&1; then
install-docs -i /usr/share/doc-base/autogen
fi
# End automatically added section
# Automatically added by dh_installinfo
if [ "$1" = "configure" ]; then
install-info --quiet --section "GNU programming tools" "GNU programming tools" /usr/share/info/autogen.info
fi
# End automatically added section