summaryrefslogtreecommitdiffstats
path: root/system/Iosevka/doinst.sh
blob: 2909ee40e118f13b3d3726bcfee0b15a78459ff9 (plain)
1
2
3
4
5
6
7
8
9
10
# 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