summaryrefslogtreecommitdiffstats
path: root/system/ttf-mononoki/doinst.sh
blob: 5dfeb031b981b0ab4dc80cde40c5816b8318e3b4 (plain)
if [ -x /usr/bin/mkfontdir ]; then
  ( cd /usr/share/fonts/TTF
    mkfontscale .
    mkfontdir .
  )
fi

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