mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
6c04c1b6b1
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
4 lines
250 B
Bash
4 lines
250 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/fmtutil-sys --all 1>/dev/null 2>/dev/null
|