summaryrefslogtreecommitdiff
path: root/texlive/post-install
blob: 2022dbe98d09c021c9f03a82cb2863a7ebe0aa7e (plain)
    1 #!/bin/sh
    2 
    3 umask 0022
    4 /usr/bin/mktexlsr
    5 /usr/bin/updmap-sys --nohash --syncwithtrees
    6 /usr/bin/mktexlsr
    7 /usr/bin/fmtutil-sys --all

Generated by cgit