File: config

package info (click to toggle)
namazu2 2.0.21-22
  • links: PTS
  • area: main
  • in suites: buster
  • size: 7,032 kB
  • sloc: ansic: 14,161; perl: 10,789; sh: 9,355; lisp: 1,147; makefile: 914
file content (22 lines) | stat: -rw-r--r-- 333 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/bin/bash

package=namazu2

set -e

. /usr/share/debconf/confmodule

db_title "Configuring Namazu package"

PLACE=""

if [ -f /etc/namazu/cgidirs ]; then
	PLACE=`cat /etc/namazu/cgidirs`
fi

#if [ ! -z $PLACE -o ! "x$PLACE" = "x" ]; then
db_set $package/install "$PLACE"
#fi

db_input medium $package/install || true
db_go || true