File: postinst

package info (click to toggle)
lgrind 3.67-3
  • links: PTS
  • area: non-free
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 356 kB
  • sloc: ansic: 2,261; makefile: 125; asm: 75; sh: 39
file content (16 lines) | stat: -rw-r--r-- 197 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh

set -e

PATH=/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11
TETEXDIR=
TEXMF=
TEXINPUTS=
TEXCONFIG=/usr/bin/texconfig
umask 022

if [ -e $TEXCONFIG ]
then
    /usr/bin/texhash
fi
#DEBHELPER#