diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2020-04-01 19:03:40 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-04-01 19:03:40 +0700 |
commit | 37f113db4d3d29c07d5d986010787fac0a573373 (patch) | |
tree | 80bdb50829838a57942893414e5a0e2f78612fc8 /system/symbola-font-ttf/doinst.sh | |
parent | f7775ac8fb5b45723ffba16fcfd5b9965c27aa05 (diff) |
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.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/system/symbola-font-ttf/doinst.sh b/system/symbola-font-ttf/doinst.sh index 883c47ac0a60c..ed20b4faf0fae 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 . ) |