pkg://esh_0.8-7_powerpc.deb:62162/postinst
info downloads
#!/bin/sh -e
# Automatically added by dh_installdocs
if [ "$1" = "configure" ]; then
if [ -d /usr/doc -a ! -e /usr/doc/esh -a -d /usr/share/doc/esh ]; then
ln -sf ../share/doc/esh /usr/doc/esh
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/esh
fi
# End automatically added section
# Automatically added by dh_installmenu
if [ "$1" = "configure" -a -x /usr/bin/update-menus ]; then update-menus ; fi
# End automatically added section
# Automatically added by dh_installinfo
if [ "$1" = "configure" ]; then
install-info --quiet --section "Shells" "Shells" /usr/share/info/esh.info
fi
# End automatically added section