diff options
author | Johannes Schoepfer <slackbuilds[at]schoepfer[dot]info> | 2017-06-26 00:43:43 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-01 07:43:21 +0700 |
commit | 3810dd6639e2ff369a9a76ca13f3c764f96a4ecb (patch) | |
tree | 04e9924c674319f96e7681d5591f7f8a6dc4ae76 /office/texlive-extra/doinst.sh | |
parent | 5a00b0504b5d0a4cad91db8d1f7a618046711e2a (diff) | |
download | slackbuilds-3810dd6639e2ff369a9a76ca13f3c764f96a4ecb.tar.gz |
office/texlive-extra: Updated for version 2017.170622.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'office/texlive-extra/doinst.sh')
-rw-r--r-- | office/texlive-extra/doinst.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/office/texlive-extra/doinst.sh b/office/texlive-extra/doinst.sh index 79d4d4d3e1..91d48effca 100644 --- a/office/texlive-extra/doinst.sh +++ b/office/texlive-extra/doinst.sh @@ -1,5 +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 |