This file is indexed.

config is in juju-2.0 2.0.2-0ubuntu0.16.04.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
#!/bin/sh
set -e

# Source debconf library
. /usr/share/debconf/confmodule

ARCH=`dpkg --print-architecture`
case $ARCH in amd64|arm64|ppc64el|s390x)
	exit 0
esac
db_input critical juju/unsupportedarch || true
db_go