slackbuilds_ponce/office/texlive-fonts/doinst.sh
Johannes Schoepfer 790282238c office/texlive-fonts: Updated for version 2017.170622.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2017-07-01 07:43:22 +07:00

4 lines
297 B
Bash

[ -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