void-packages/srcpkgs/steam-fonts/INSTALL

10 lines
190 B
Plaintext
Raw Normal View History

2015-05-16 15:46:22 +02:00
case "${ACTION}" in
post)
echo -n "Updating font cache... "
fc-cache -fs >/dev/null
mkfontscale /usr/share/fonts/steam-fonts
mkfontdir /usr/share/fonts/steam-fonts
echo "done"
;;
esac