summaryrefslogtreecommitdiffstats
path: root/system/symbola-font-ttf/doinst.sh
diff options
context:
space:
mode:
author Alexander Verbovetsky2020-04-01 14:03:40 +0200
committer Willy Sudiarto Raharjo2020-04-01 14:03:40 +0200
commit37f113db4d3d29c07d5d986010787fac0a573373 (patch)
tree80bdb50829838a57942893414e5a0e2f78612fc8 /system/symbola-font-ttf/doinst.sh
parentf7775ac8fb5b45723ffba16fcfd5b9965c27aa05 (diff)
downloadslackbuilds-37f113db4d3d29c07d5d986010787fac0a573373.tar.gz
system/symbola-font-ttf: Updated for version 13.00.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/symbola-font-ttf/doinst.sh')
-rw-r--r--system/symbola-font-ttf/doinst.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/system/symbola-font-ttf/doinst.sh b/system/symbola-font-ttf/doinst.sh
index 883c47ac0a..ed20b4faf0 100644
--- a/system/symbola-font-ttf/doinst.sh
+++ b/system/symbola-font-ttf/doinst.sh
@@ -1,6 +1,9 @@
# Update the X font indexes:
if [ -x /usr/bin/mkfontdir ]; then
- ( cd /usr/share/fonts/TTF
+ ( cd /usr/share/fonts/OTF
+ mkfontscale .
+ mkfontdir .
+ cd /usr/share/fonts/TTF
mkfontscale .
mkfontdir .
)