summaryrefslogtreecommitdiff
path: root/install/debian/fp-utils.postrm.in
blob: 157ece539c1db7aacb463826af4b71a58848c09d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/sh

set -e

FPCDIR=/usr/lib/fpc

# remove alternatives
update-alternatives \
    --remove fp-utils ${FPCDIR}/${VERSION}

# Debhelper code
#DEBHELPER#