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