config is in cipux-cat-web 3.4.0.3-4.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 13 14 15 | #!/bin/sh -e
# Source debconf library.
. /usr/share/debconf/confmodule
db_version 2.0
pkg=cipux-cat-web
# Set package name here to ease template reuse across packages
db_subst "$pkg/reconfigure-webserver" package "CipUX CAT-web"
db_input medium "$pkg/reconfigure-webserver" || true
db_go || true
db_input medium "$pkg/restart-webserver" || true
db_go || true
|