summaryrefslogtreecommitdiff
path: root/install/debian/fp-compiler.postrm.in
blob: 2b89b541e82ddfd355dc00a8b884955916943cb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#! /bin/sh

set -e

ACTION=$1

CFG_FILE="/etc/fpc-${VERSION}"

# Debhelper code
#DEBHELPER#

if test "${ACTION}" = "purge"
then
	rm -f  "${CFG_FILE}".cfg
	rm -f  "${CFG_FILE}".bak
	rm -f  "${CFG_FILE}".*dpkg*
fi