File: config

package info (click to toggle)
darcsweb 1.1-3.1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 268 kB
  • sloc: python: 2,176; sh: 49; makefile: 33
file content (14 lines) | stat: -rw-r--r-- 195 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
set -e

action=$1
version=$2

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

# which web-server should I use?
db_input high darcsweb/webserver || true
db_go || true

exit 0