summaryrefslogtreecommitdiffstats
path: root/x11/font-cursor-misc/font-cursor-misc.post-install
blob: e9dc2acdad580241cffa1a4c9e6eea7c3219d63e (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/misc
mkfontdir /usr/share/fonts/misc
echo "done."