File: cxref.config

package info (click to toggle)
cxref 1.6e-5
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 3,004 kB
  • sloc: ansic: 16,598; yacc: 2,091; sh: 937; lex: 470; perl: 452; makefile: 438; lisp: 256; cpp: 188; python: 80
file content (14 lines) | stat: -rw-r--r-- 219 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

CF=/etc/cxref/config
set -e
. /usr/share/debconf/confmodule

if [ -e $CF ]; then
   . $CF || true
   db_set cxref/cxref-cpp-autoconf $AUTOCONF
fi

db_input low cxref/cxref-cpp-autoconf || true
db_go || true