summaryrefslogtreecommitdiffstats
path: root/x11/font-bh-ttf/font-bh-ttf.post-install
blob: 5624416832d4ed2203eeec8ee7ba35bb535063ea (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

echo -n "Updating font cache (TODO: implement triggers in apk)... "
fc-cache -f > /dev/null
mkfontscale /usr/share/fonts/TTF
mkfontdir /usr/share/fonts/TTF
echo "done."