mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
cc556c02d6
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
5 lines
303 B
Bash
5 lines
303 B
Bash
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
|