minix/external/bsd/byacc/dist/package/debian/prerm
2012-06-18 10:54:17 +00:00

12 lines
148 B
Bash

#! /bin/sh
# prerm script for byacc
set -e
if [ $1 != "upgrade" ]; then
update-alternatives --remove yacc /usr/bin/byacc
fi
#DEBHELPER#
exit 0