blob: 279e9e0042cab78061dd9f000b95c79a9584a017 (
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/100dpi
mkfontdir /usr/share/fonts/100dpi
echo "done."
|