diff options
author | Johannes Schoepfer <slackbuilds[at]schoepfer[dot]info> | 2016-07-20 04:57:06 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2016-07-20 14:20:25 -0500 |
commit | d87975d35f11b0cc95d09b62f3b012271e346fb3 (patch) | |
tree | 4ac16c79e815fa246d217aaaada027e0f8a6f776 /office/texlive/doinst.sh | |
parent | 2426bbd7d652316e179bb48d1ecaef791a23139a (diff) | |
download | slackbuilds-d87975d35f11b0cc95d09b62f3b012271e346fb3.tar.gz |
office/texlive: Updated for version 20160523.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'office/texlive/doinst.sh')
-rw-r--r-- | office/texlive/doinst.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/office/texlive/doinst.sh b/office/texlive/doinst.sh index 5bac0e7189..8b880a349f 100644 --- a/office/texlive/doinst.sh +++ b/office/texlive/doinst.sh @@ -1,4 +1,7 @@ +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 +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 + |