pkg://bison-1.35_1.35-4_mips.deb:396688/prerm
info downloads
#!/bin/sh
if [ $1 != "upgrade" ] ; then
update-alternatives --remove yacc /usr/bin/bison-1.35.yacc
update-alternatives --remove yaccman /usr/man/man1/bison-1.35.1.gz
fi
# Automatically added by dh_installinfo
if [ "$1" = remove ] || [ "$1" = upgrade ]; then
install-info --quiet --remove /usr/share/info/bison-1.35.info
fi
# End automatically added section
# Automatically added by dh_installinfo
if [ "$1" = remove ] || [ "$1" = upgrade ]; then
install-info --quiet --remove /usr/share/info/bison-1.35.info
fi
# End automatically added section