This file is indexed.

config is in lcdproc 0.5.9-2.

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
18
19
#!/bin/sh
set -e
# Automatically added by dh_cme_upgrade/UNDECLARED
#!/bin/sh

set -e

. /usr/share/debconf/confmodule

if db_get lcdproc/auto-upgrade-config; then
    CURRENT=$RET
fi

db_title lcdproc configuration

db_set lcdproc/auto-upgrade-config ${CURRENT:-true}
db_input high lcdproc/auto-upgrade-config || true
db_go || true
# End automatically added section