fontconfig: add an INSTALL script that runs fc-cache.
--HG-- extra : convert_revision : 2acea147fb7e83af81310bbdefbeee0627957892
This commit is contained in:
parent
3636e68661
commit
4f73d12171
1 changed files with 12 additions and 0 deletions
12
templates/fontconfig/INSTALL
Normal file
12
templates/fontconfig/INSTALL
Normal file
|
@ -0,0 +1,12 @@
|
|||
#
|
||||
# This script builds fontconfig's fonts cache.
|
||||
#
|
||||
case "$2" in
|
||||
pre)
|
||||
;;
|
||||
post)
|
||||
echo "Building fonts cache... "
|
||||
fc-cache -f >/dev/null
|
||||
echo "done."
|
||||
;;
|
||||
esac
|
Loading…
Reference in a new issue