summaryrefslogtreecommitdiff
path: root/debian/fp-compiler.prerm.in
blob: eba6179a2f509191f06b2e3b0a37829c6bbe4fc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh

set -e

# remove alternative
update-alternatives --remove fpc /usr/bin/fpc-${VERSION}
update-alternatives --remove fpc.cfg /etc/fpc-${VERSION}.cfg
update-alternatives --remove pc /usr/bin/fpc-${VERSION}

# Debhelper code
#DEBHELPER#