config is in jspwiki 2.8.0-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 | #!/bin/sh
set -e
. /usr/share/debconf/confmodule
db_input high jspwiki/baseurl || true
db_input low jspwiki/applicationname || true
db_input low jspwiki/pageprovider || true
db_input low jspwiki/usepagecache || true
db_input low jspwiki/encoding || true
db_input low jspwiki/breaktitlewithspaces || true
db_input low jspwiki/matchenglishplurals || true
db_input low jspwiki/camelcaselinks || true
db_go || true
|