summaryrefslogtreecommitdiffstats
path: root/x11/font-screen-cyrillic/font-screen-cyrillic.post-install
blob: 0d2f0d77cdf1db7ac4603a4fe5e3bf27964e58f9 (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/cyrillic
mkfontdir /usr/share/fonts/cyrillic
echo "done."