File: config

package info (click to toggle)
dvi2ps 5.1j-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,428 kB
  • sloc: ansic: 15,077; sh: 10,353; makefile: 158
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