File: config

package info (click to toggle)
jwchat 1.0beta2-13
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 5,200 kB
  • ctags: 405
  • sloc: xml: 462; sh: 80; makefile: 6
file content (13 lines) | stat: -rw-r--r-- 258 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh -e

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

db_input medium jwchat/ApacheServerName || true
db_go || true
db_get jwchat/ApacheServerName
if [ "$RET" != "none" ]; then
  db_input low jwchat/JabberAddress || true
fi
db_go || true