summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/stex/bin/installFonts.sh
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/stex/bin/installFonts.sh')
-rwxr-xr-xmacros/latex/contrib/stex/bin/installFonts.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/macros/latex/contrib/stex/bin/installFonts.sh b/macros/latex/contrib/stex/bin/installFonts.sh
deleted file mode 100755
index a9a6b1bb30..0000000000
--- a/macros/latex/contrib/stex/bin/installFonts.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-# execute as root (via sudo)
-fontdir="$(dirname $0)/../lib/fonts"
-mkdir -p /usr/share/fonts/opentype/Fandol
-mkdir -p /usr/share/fonts/truetype/cwTeX
-cp "${fontdir}/FandolFang-Regular.otf" /usr/share/fonts/opentype/Fandol/
-cp "${fontdir}/cwTeXQKai-Medium.ttf" /usr/share/fonts/truetype/cwTeX/
-exec fc-cache