Added cantarell-fonts-0.0.6 build template.

--HG--
branch : gnome3
This commit is contained in:
Juan RP
2011-04-07 09:27:32 +02:00
parent 035c6923ce
commit a08d005693
3 changed files with 45 additions and 0 deletions

View File

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