main/fontconfig: improve trigger script

- let fontconfig check the timestamp
- add --system-only since we dont want check user dirs

fixes 
This commit is contained in:
Natanael Copa 2014-11-24 11:03:52 +00:00
parent a6961b2058
commit 7b0c97d18d
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=fontconfig
pkgver=2.11.1
pkgrel=0
pkgrel=1
pkgdesc="The Fontconfig package is a library for configuring and customizing font access."
url="http://fontconfig.org"
arch="all"

View file

@ -1,4 +1,4 @@
#!/bin/sh
fc-cache -f > /dev/null
fc-cache --system-only > /dev/null