vp-build/srcpkgs/fontconfig/INSTALL

13 lines
166 B
Plaintext

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