This file is indexed.

config is in multipath-tools-boot 0.7.4-2ubuntu3.

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

CONF=/etc/multipath.conf

# if the user still references /sbin/scsi_id warn him:
if [ -e "$CONF" ] && grep -sq '^[[:space:]]*getuid_callout[[:space:]]*\"/sbin/scsi_id[[:space:]]\+' $CONF; then
    . /usr/share/debconf/confmodule
    db_input critical multipath-tools-boot/scsi_id || true
    db_go || true
fi