diff options
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 |