diff options
author | Lazar Isailovic <etflazar@gmail.com> | 2019-01-12 08:18:54 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-12 08:18:54 +0700 |
commit | 478311406de890043adf82a6e95e5c23fe14efad (patch) | |
tree | f40106c5760416600f66f84e311f17c8b0015013 /system/ttf-ibm-plex/doinst.sh | |
parent | a6bb8cd8613bb2c3769c098e79b466590dcd0ff3 (diff) |
system/ttf-ibm-plex: Added (True Type Font).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/ttf-ibm-plex/doinst.sh')
-rw-r--r-- | system/ttf-ibm-plex/doinst.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/ttf-ibm-plex/doinst.sh b/system/ttf-ibm-plex/doinst.sh new file mode 100644 index 0000000000000..8fec9f5340068 --- /dev/null +++ b/system/ttf-ibm-plex/doinst.sh @@ -0,0 +1,11 @@ +# Update the X font indexes: +if [ -x /usr/bin/mkfontdir ]; then + ( cd /usr/share/fonts/TTF + mkfontscale . + mkfontdir . + ) +fi + +if [ -x /usr/bin/fc-cache ]; then + /usr/bin/fc-cache -f +fi |