summaryrefslogtreecommitdiff
path: root/libre/texlive-bin/texlive-updmap.script
diff options
context:
space:
mode:
Diffstat (limited to 'libre/texlive-bin/texlive-updmap.script')
-rw-r--r--libre/texlive-bin/texlive-updmap.script13
1 files changed, 0 insertions, 13 deletions
diff --git a/libre/texlive-bin/texlive-updmap.script b/libre/texlive-bin/texlive-updmap.script
deleted file mode 100644
index 1d79186ff..000000000
--- a/libre/texlive-bin/texlive-updmap.script
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/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
-
-/usr/bin/updmap-sys --quiet --nohash
-