vp-build/templates/fontconfig/INSTALL
Juan RP acd07f61e3 Modify the INSTALL/REMOVE scripts to use predef vars and unneeded chroot calls.
--HG--
extra : convert_revision : dfd737c502bea327054ecff5bc1fa152db6e2009
2009-04-08 03:24:57 +02:00

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