pkg://esh_0.8-7_mipsel.deb:62014/prerm
info downloads
#!/bin/sh -e
# Automatically added by dh_installdocs
if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/esh ]; then
rm -f /usr/doc/esh
fi
# End automatically added section
# Automatically added by dh_installdocs
if [ "$1" = remove -o "$1" = upgrade ] && \
command -v install-docs >/dev/null 2>&1; then
install-docs -r esh
fi
# End automatically added section
# Automatically added by dh_installinfo
install-info --quiet --remove /usr/share/info/esh.info
# End automatically added section