vp-build/srcpkgs/cantarell-fonts/INSTALL

11 lines
158 B
Plaintext

#
# This script builds fontconfig's fonts cache.
#
case "${ACTION}" in
post)
echo "Building fonts cache... "
fc-cache -fs >/dev/null
echo "done."
;;
esac