diff options
author | Johannes Schoepfer <slackbuilds[at]schoepfer[dot]info> | 2017-11-13 20:17:25 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-11-18 12:40:25 +0700 |
commit | 5c64d166b67d6ae0fa8d4587a35776d32d8f89db (patch) | |
tree | 6d82bf04c1c4e149278d8db6e4ada0bcf10833c1 /office/texlive/doinst.sh | |
parent | 14e7ba586124170490b5fd3ff6e37554c54a5955 (diff) | |
download | slackbuilds-5c64d166b67d6ae0fa8d4587a35776d32d8f89db.tar.gz |
office/texlive: Updated for version 2017.171108.
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, 2 insertions, 1 deletions
diff --git a/office/texlive/doinst.sh b/office/texlive/doinst.sh index 5839d51680..2a6c92bace 100644 --- a/office/texlive/doinst.sh +++ b/office/texlive/doinst.sh @@ -1,3 +1,4 @@ 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 +printf "y\n" | chroot . /usr/bin/updmap-sys --syncwithtrees 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 |