This file is indexed.

config is in spamprobe 1.4d-10build1.

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

set -e

. /usr/share/debconf/confmodule

if [ "$1" = "configure" ] && [ ! -z $2 ]; then
    if dpkg --compare-versions "$2" lt "1.4d-8" ; then
        db_input critical spamprobe/db51_upgrade || true
        db_go || true
    fi
fi