diff options
author | Britney Fransen <brfransen@gmail.com> | 2017-02-07 21:20:33 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2017-02-07 21:20:33 (GMT) |
commit | a85e008dd22187757e50fb6ddccccd18f4a4d81a (patch) | |
tree | 66882ce16f3803e2890b43858680b2767905e99f /abs/core/fontconfig/fontconfig.install | |
parent | bee49eaea3bf98669079972f44a2e19b87912f75 (diff) | |
download | linhes_pkgbuild-a85e008dd22187757e50fb6ddccccd18f4a4d81a.zip linhes_pkgbuild-a85e008dd22187757e50fb6ddccccd18f4a4d81a.tar.gz linhes_pkgbuild-a85e008dd22187757e50fb6ddccccd18f4a4d81a.tar.bz2 |
fontconfig: update to 2.12.1
Diffstat (limited to 'abs/core/fontconfig/fontconfig.install')
-rw-r--r-- | abs/core/fontconfig/fontconfig.install | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/abs/core/fontconfig/fontconfig.install b/abs/core/fontconfig/fontconfig.install index 961bba5..1a80d04 100644 --- a/abs/core/fontconfig/fontconfig.install +++ b/abs/core/fontconfig/fontconfig.install @@ -18,16 +18,14 @@ post_install() { _EOF - echo -n "updating font cache... " - # a full forced directory scan is required here - /usr/bin/fc-cache -f - echo "done." + post_upgrade $1 } post_upgrade() { - echo -n "updating font cache... " - /usr/bin/fc-cache -f - echo "done." + echo -n "Updating font cache..." + # a full forced directory scan is required here + /usr/bin/fc-cache -rs + echo " done." } post_remove() { |