diff options
author | K. Eugene Carlson <kvngncrlsn@gmail.com> | 2022-12-08 23:58:05 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-10 07:43:13 +0700 |
commit | 720babff87ac05aef01d3169dad5b6692825913f (patch) | |
tree | a59296977c4e34d5ff23cb4258ec29f09df8a08b /system/Iosevka-aile/doinst.sh | |
parent | 98a1263aa908976a045d2c8e41b355750c7d5500 (diff) |
system/Iosevka-aile: Added (quasi-proportional sans-serif typeface)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/Iosevka-aile/doinst.sh')
-rw-r--r-- | system/Iosevka-aile/doinst.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/Iosevka-aile/doinst.sh b/system/Iosevka-aile/doinst.sh new file mode 100644 index 0000000000000..d119c4ef738a2 --- /dev/null +++ b/system/Iosevka-aile/doinst.sh @@ -0,0 +1,10 @@ +# Update the X font indices: + +if [ -x /usr/bin/mkfontdir ]; then + ( cd usr/share/fonts/TTF + /usr/bin/mkfontscale . + /usr/bin/mkfontdir . + ) + + [ -x /usr/bin/fc-cache ] && /usr/bin/fc-cache -f +fi |