File: postinst

package info (click to toggle)
ivritex 1.0-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 4,200 kB
  • ctags: 83
  • sloc: sh: 133; perl: 121; makefile: 116
file content (17 lines) | stat: -rw-r--r-- 257 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#! /bin/sh
# postinst script for hebrew-latex
#
# see: dh_installdeb(1)

set -e

[ -e /usr/bin/mktexlsr ]  &&  /usr/bin/mktexlsr

# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.

#DEBHELPER#

exit 0