summaryrefslogtreecommitdiffstats
path: root/system/Iosevka-slab/doinst.sh
blob: 2909ee40e118f13b3d3726bcfee0b15a78459ff9 (plain)
# Update the X font indexes:

if [ -x /usr/bin/mkfontdir ]; then
  ( cd /usr/share/fonts/TTF
    mkfontscale .
    mkfontdir .
  )

  [ -x /usr/bin/fc-cache ] && /usr/bin/fc-cache -f
fi