This file is indexed.

config is in liblemonldap-ng-common-perl 1.9.16-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
20
21
22
23
24
25
26
#!/bin/sh 

set -e
. /usr/share/debconf/confmodule

db_input medium liblemonldap-ng-common-perl/domain || true

db_input medium liblemonldap-ng-common-perl/ldapServer || true

db_input medium liblemonldap-ng-common-perl/ldapPort || true

db_input medium liblemonldap-ng-common-perl/ldapBase || true

db_input medium liblemonldap-ng-common-perl/managerDn || true

db_input medium liblemonldap-ng-common-perl/managerPassword || true

db_input medium liblemonldap-ng-common-perl/portal || true

if [ "$2" != "" ]; then
	if dpkg --compare-versions "$2" lt 1.0; then
		db_input high liblemonldap-ng-common-perl/migrate || true
	fi
fi

db_go || true