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