This file is indexed.

config is in fp-compiler-2.4.4 2.4.4-3.1.

This file is a maintainer script. It is executed when installing (*inst) or removing (*rm) the package.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
#! /bin/sh

set -e

# Load debconf
. /usr/share/debconf/confmodule

CFG_FILE='/etc/fpc.cfg'
CFG_PRIORITY=$(echo 2.4.4 | sed -e 's/\.//g')

if test -f "${CFG_FILE}" && ! test -L "${CFG_FILE}"
then
	db_input high fp-compiler-2.4.4/rename_cfg || test $? -eq 30
	db_go
fi

# Debhelper code