File: config

package info (click to toggle)
dvi2ps 4.1j-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,740 kB
  • ctags: 2,295
  • sloc: ansic: 14,953; sh: 964; makefile: 284
file content (16 lines) | stat: -rw-r--r-- 277 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#! /bin/sh

etcdir=/etc/texmf/dvi2ps

. /usr/share/debconf/confmodule || exit
db_version 2.0

if [ -f ${etcdir}/fontdesc.disable ]; then
	db_input high dvi2ps/fontdesc || true
	db_go
fi

if [ -f ${etcdir}/configk.disable ]; then
	db_input high dvi2ps/configk || true
	db_go
fi