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