upgpkg: sbcl 2.2.11-1
[arch-packages.git] / texlive-core / repos / extra-any / texlive-updmap.script
blob9dd59f0e8949ce7d7bb0d8e137b9dce37ad813db
1 #!/bin/bash
3 UPDMAP="etc/texmf/web2c/updmap.cfg"
4 UPDMAPLOCAL="etc/texmf/web2c/updmap-local.cfg"
6 cp usr/share/texmf-dist/web2c/updmap-hdr.cfg $UPDMAP
7 cat var/lib/texmf/arch/installedpkgs/*.maps >> $UPDMAP
8 if [[ -f "$UPDMAPLOCAL" ]]; then
9 cat "$UPDMAPLOCAL" >> $UPDMAP
12 # Run mktexlsr since /etc/texmf/web2c/updmap.cfg can be a new file
13 /usr/bin/mktexlsr
14 /usr/bin/updmap-sys --quiet --nohash