File: config

package info (click to toggle)
dvi2ps 3.2j-9
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,344 kB
  • ctags: 1,896
  • sloc: ansic: 12,767; sh: 938; makefile: 269
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