diff options
author | Johannes Schoepfer <slackbuilds[at]schoepfer[dot]info> | 2016-12-08 01:28:12 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-12-10 00:57:38 +0000 |
commit | 6c04c1b6b10c6eb963fffcedae0bea6c9932c2b7 (patch) | |
tree | 8f2d08d7ce81e0f2419a81981069b75b32d48ab8 /office/texlive/doinst.sh | |
parent | 5d64e436c0040a779d66ab44a1e60cdb77f16903 (diff) |
office/texlive: Script cleanups & fixes, build bump.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'office/texlive/doinst.sh')
-rw-r--r-- | office/texlive/doinst.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/office/texlive/doinst.sh b/office/texlive/doinst.sh index 8b880a349ff94..91d48effcace8 100644 --- a/office/texlive/doinst.sh +++ b/office/texlive/doinst.sh @@ -1,7 +1,4 @@ rm -f usr/share/texmf-config/web2c/updmap.cfg chroot . /usr/bin/mktexlsr 1>/dev/null 2>/dev/null printf "y\n" | chroot . /usr/bin/updmap-sys --nohash --syncwithtrees 1>/dev/null 2>/dev/null -chroot . /usr/bin/updmap-sys 1>/dev/null 2>/dev/null chroot . /usr/bin/fmtutil-sys --all 1>/dev/null 2>/dev/null -#chroot . /usr/bin/mtxrun --generate 1>/dev/null 2>/dev/null - |