This file is indexed.

config is in radioclk 1.0.ds1-9.

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 -e

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

RC="/etc/default/radioclk"

# Load the current value if there is any
if test -f $RC; then
	. $RC
	if test ! -z "$PORT"; then
		db_set radioclk/serialport "$PORT"
	fi
fi

db_input high radioclk/serialport || true
db_go