summaryrefslogtreecommitdiff
path: root/libre/texlive-bin/texlive-updmap.script
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-08-08 04:45:44 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-08-08 04:45:44 -0300
commit41923140b560cfc76c3ca2f69762f134e25320b3 (patch)
tree45c8fb089f5601999caf9d3cd9671067e034046f /libre/texlive-bin/texlive-updmap.script
parent199657a8144a339a889e10496f471f6fde66363e (diff)
texlive-bin-2016.41290-5.parabola1: bump to Arch's revision
* silence log messages in pacman hooks * mention biber as an optional dependency
Diffstat (limited to 'libre/texlive-bin/texlive-updmap.script')
-rw-r--r--libre/texlive-bin/texlive-updmap.script4
1 files changed, 0 insertions, 4 deletions
diff --git a/libre/texlive-bin/texlive-updmap.script b/libre/texlive-bin/texlive-updmap.script
index 88be8e460..1d79186ff 100644
--- a/libre/texlive-bin/texlive-updmap.script
+++ b/libre/texlive-bin/texlive-updmap.script
@@ -3,15 +3,11 @@
UPDMAP="etc/texmf/web2c/updmap.cfg"
UPDMAPLOCAL="etc/texmf/web2c/updmap-local.cfg"
-echo ">>> texlive: regenerating updmap.cfg (custom additions should go"
-echo " into /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
-echo ">>> texlive: updating the fontmap files with updmap..."
/usr/bin/updmap-sys --quiet --nohash
-echo " done."