slackbuilds_ponce/office/texlive/doinst.sh
Robby Workman f7105b0686 office/texlive: Updated for version 20120701.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
2012-07-31 19:34:11 -05:00

8 lines
344 B
Bash

# This one shouldn't be needed, but just in case...
chroot . /usr/bin/mktexlsr 1>/dev/null 2>/dev/null
# This is to generate /usr/share/texmf-var/ stuff
chroot . /usr/bin/updmap-sys --nohash --syncwithtrees 1>/dev/null 2>/dev/null
chroot . /usr/bin/mktexlsr 1>/dev/null 2>/dev/null
chroot . /usr/bin/fmtutil-sys --all 1>/dev/null 2>/dev/null