summaryrefslogtreecommitdiffstats
path: root/system/ttf-ancient-fonts/doinst.sh
blob: 51eba0ed6893e4405bb8fce9e4236726a71262c7 (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
if [ -x /usr/bin/mkfontdir ]; then
  ( cd usr/share/fonts/TTF
    mkfontscale .
    mkfontdir .
  )
  ( cd usr/share/fonts/OTF
    mkfontscale .
    mkfontdir .
  )
fi

[ "$DISPLAY" != "" ] && xset fp rehash 2>/dev/null

if [ -x /usr/bin/fc-cache ]; then
  /usr/bin/fc-cache -f
fi