diff options
author | Johannes Schoepfer <slackbuilds[at]schoepfer[dot]info> | 2017-11-14 13:50:53 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-11-18 12:40:25 +0700 |
commit | 26567af3f0d2ce98338d05a344aa5e44b2ad30a5 (patch) | |
tree | 858b4c619298ec32a8a299fa21b0227d9f9d2041 /office/texlive-fonts/doinst.sh | |
parent | 5c64d166b67d6ae0fa8d4587a35776d32d8f89db (diff) |
office/texlive-fonts: Updated for version 2017.171108.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'office/texlive-fonts/doinst.sh')
-rw-r--r-- | office/texlive-fonts/doinst.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/office/texlive-fonts/doinst.sh b/office/texlive-fonts/doinst.sh index a939f14d90cc9..b746d7e20b7ee 100644 --- a/office/texlive-fonts/doinst.sh +++ b/office/texlive-fonts/doinst.sh @@ -1,4 +1,2 @@ -[ -f usr/share/texmf-config/web2c/updmap.cfg ] && rm 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/fmtutil-sys --all 1>/dev/null 2>/dev/null +printf "y\n" | chroot . /usr/bin/updmap-sys --syncwithtrees 1>/dev/null 2>/dev/null |