diff options
author | K. Eugene Carlson <kvngncrlsn@gmail.com> | 2022-12-08 23:56:52 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-10 07:43:13 +0700 |
commit | 98a1263aa908976a045d2c8e41b355750c7d5500 (patch) | |
tree | 9903663b6890f824a1ae96344de2c4cc5624ada8 /system/Iosevka-etoile/doinst.sh | |
parent | 24d2db7431a493cbb24d2842718df792c594cf10 (diff) | |
download | slackbuilds-98a1263aa908976a045d2c8e41b355750c7d5500.tar.gz slackbuilds-98a1263aa908976a045d2c8e41b355750c7d5500.tar.xz |
system/Iosevka-etoile: Added (Slender quasi-proportional typeface)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/Iosevka-etoile/doinst.sh')
-rw-r--r-- | system/Iosevka-etoile/doinst.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/Iosevka-etoile/doinst.sh b/system/Iosevka-etoile/doinst.sh new file mode 100644 index 0000000000..d119c4ef73 --- /dev/null +++ b/system/Iosevka-etoile/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 |