What | Removed | Added |
---|---|---|
Flags | needinfo? |
(In reply to Nico Kruber from comment #6) > > > /usr/share/texmf/texconfig/update force > Does indeed also solve this issue similar to my calls to updmap-sys. > However, from the package descriptions and contents, I assumed that > texlive-updmap-map should actually contain the correct mappings and remove > the need to run these updates locally (even if that was done > automatically)... > > So, isn't the issue that texlive-updmap-map should be updated? Indeed this is done by the %posttrans scriptlets, only the `force' is missed as this rebuild everything and not only the things belonging to the packages installed : noether werner/Tests> rpm -q --scripts texlive-fira postinstall scriptlet (using /bin/sh): mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update echo 'addMap fira.map' >> /var/run/texlive/run-updmap postuninstall scriptlet (using /bin/sh): mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr > /var/run/texlive/run-update if test $1 = 0; then echo 'deleteMap fira.map' >> /var/run/texlive/run-updmap exit 0 fi posttrans scriptlet (using /bin/sh): test -d /var/run/texlive || exit 0 VERBOSE=false /usr/share/texmf/texconfig/update || :