diff options
author | Eugene M <damagedone@gmx.com> | 2020-06-27 18:16:45 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-28 08:16:57 +0700 |
commit | 1548d6fe61ca982af114f0d6a9353bbbead7a735 (patch) | |
tree | 0f83fcd16aefa87a90110c53e43fec723936845e /system/Iosevka-slab/doinst.sh | |
parent | 2229fa25d430f8a4391bc47b211395613157a8ab (diff) |
system/Iosevka-slab: Added (Open source monospace coding font)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/Iosevka-slab/doinst.sh')
-rw-r--r-- | system/Iosevka-slab/doinst.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/Iosevka-slab/doinst.sh b/system/Iosevka-slab/doinst.sh new file mode 100644 index 0000000000000..14f39b38cd724 --- /dev/null +++ b/system/Iosevka-slab/doinst.sh @@ -0,0 +1,10 @@ +# Update the X font indexes: +if [ -x /usr/bin/mkfontdir ]; then + ( cd usr/share/fonts/TTF + mkfontscale . + mkfontdir . + ) + if [ -x /usr/bin/fc-cache ]; then + /usr/bin/fc-cache -f + fi +fi |