|
|
|
#!/bin/sh
set -e
if [ $1 != "upgrade" ] ; then
update-alternatives --install /usr/bin/yacc yacc /usr/bin/bison.yacc 100 \
--slave /usr/share/man/man1/yacc.1.gz yaccman /usr/share/man/man1/bison.1.gz
fi
# Automatically added by dh_installinfo
if [ "$1" = "configure" ]; then
install-info --quiet --section "GNU programming tools" "GNU programming tools" /usr/share/info/bison.info
fi
# End automatically added section
| Results 1 - 1 |