summaryrefslogtreecommitdiffstats
path: root/contrib/byacc/package/debian/prerm
blob: f3889d73a5986352a13aa381ffc4706409c16fd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/sh
# prerm script for byacc

set -e

if [ $1 != "upgrade" ]; then
	update-alternatives --remove yacc /usr/bin/byacc
fi

#DEBHELPER#

exit 0
OpenPOWER on IntegriCloud