This file is indexed.

config is in squidguard 1.5-5.

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

# Versioning
version=1.5-3

# Use debconf config module
. /usr/share/debconf/confmodule

# Set variables
CONF="/etc/default/squidguard"
THIS_PACKAGE=squidguard

# Ask questions
db_input medium squidguard/dbreload || true
db_go || true