config is in dvi2ps 5.1j-1.2build1.
This file is a maintainer script. It is executed when installing (*inst) or removing (*rm) the package.
The actual contents of the file can be viewed below.
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
|