aboutsummaryrefslogtreecommitdiffstats
path: root/community/texlive/texlive.trigger
blob: cd2bae553339dfe063b784523f10987166bcbfb0 (plain)
1
2
3
4
#!/bin/sh
texhash > /dev/null 2>&1 > /dev/null
fmtutil-sys --all > /dev/null
exit 0