void-packages/srcpkgs/steam-fonts/INSTALL

10 lines
190 B
Text
Raw Normal View History

2015-05-16 13:46:22 +00: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