summaryrefslogtreecommitdiffstats
path: root/abs/extra/texlive-core/texlive-updmap.script
blob: 9dd59f0e8949ce7d7bb0d8e137b9dce37ad813db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash

UPDMAP="etc/texmf/web2c/updmap.cfg"
UPDMAPLOCAL="etc/texmf/web2c/updmap-local.cfg"

cp usr/share/texmf-dist/web2c/updmap-hdr.cfg $UPDMAP
cat var/lib/texmf/arch/installedpkgs/*.maps >> $UPDMAP
if [[ -f "$UPDMAPLOCAL" ]]; then
    cat "$UPDMAPLOCAL" >> $UPDMAP
fi

# Run mktexlsr since /etc/texmf/web2c/updmap.cfg can be a new file
/usr/bin/mktexlsr
/usr/bin/updmap-sys --quiet --nohash