pkg://bison-1.35_1.35-4_m68k.deb:380426/postinst
info downloads
#!/bin/sh
set -e
if [ $1 != "upgrade" ] ; then
update-alternatives \
--install /usr/bin/yacc yacc /usr/bin/bison-1.35.yacc 99 \
--slave /usr/share/man/man1/yacc.1.gz yaccman \
/usr/share/man/man1/bison-1.35.1.gz
fi
# Automatically added by dh_installinfo
if [ "$1" = "configure" ]; then
install-info --quiet --section "Development" "Development" /usr/share/info/bison-1.35.info
fi
# End automatically added section
# Automatically added by dh_installinfo
if [ "$1" = "configure" ]; then
install-info --quiet --section "Development" "Development" /usr/share/info/bison-1.35.info
fi
# End automatically added section