summaryrefslogtreecommitdiffstats
path: root/system/apple-fonts-NY/doinst.sh
blob: 412793f9d9296eeec8e3eecc4855fd9e63d29e71 (plain)
1
2
3
4
5
6
7
8
9
10
if [ -x /usr/bin/mkfontdir ]; then
  ( cd /usr/share/fonts/OTF
    mkfontscale .
    mkfontdir .
  )
fi

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