Codebase list texlive-bin / 4636be9
Lintian: P: maintainer-script-without-set-e Hilmar Preuße 2 years ago
3 changed file(s) with 10 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 #!/bin/sh -e
0 #!/bin/sh
11 # texlive-binaries postinst, created 2008 by Frank Küster
22 # probably not copyrightable as it looks now, but anyway the code maybe
33 # freely copied, distributed and/or modified
44
5 set -e
56
67 # activate the xdvi.bin alternative
78 case "$1" in
0 #!/bin/sh -e
0 #!/bin/sh
11 # texlive-binaries preinst, created 2008 by the Debian TeX Task Force
22 # probably not copyrightable as it looks now, but anyway the code maybe
33 # freely copied, distributed and/or modified
55 # remove any format or log files in /var/lib/texmf/web2c, they must be
66 # in $engine subdirs now. tetex does not properly remove them, and
77 # they cause strange failures with context.
8
9 set -e
10
811 for ext in fmt mem log base; do
912 rm -f /var/lib/texmf/web2c/*.$ext
1013 done
0 #!/bin/sh -e
0 #!/bin/sh
11 # texlive-binaries postinst, created 2009 by Norbert Preining
22 # probably not copyrightable as it looks now, but anyway the code maybe
33 # freely copied, distributed and/or modified
44
55 # deactivate the xdvi.bin alternative
6
7 set -e
8
69 case "$1" in
710 upgrade)
811 ;;