This file is indexed.

config is in apticron 1.1.52.

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
#!/bin/sh -e

. /usr/share/debconf/confmodule

if [ -e /etc/apticron/apticron.conf ]; then
	. /etc/apticron/apticron.conf || true

	if [ "$EMAIL" ]; then
		db_set apticron/notification $EMAIL
	fi
fi

db_input medium apticron/notification || true
db_go