minix/external/bsd/byacc/dist/package/debian/prerm

13 lines
148 B
Text
Raw Normal View History

2012-06-06 15:25:48 +02:00
#! /bin/sh
# prerm script for byacc
set -e
if [ $1 != "upgrade" ]; then
update-alternatives --remove yacc /usr/bin/byacc
fi
#DEBHELPER#
exit 0