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
14 /usr
/bin
/updmap-sys
--quiet --nohash