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.hook | |
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.hook')
-rw-r--r-- | abs/core/fontconfig/fontconfig.hook | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/core/fontconfig/fontconfig.hook b/abs/core/fontconfig/fontconfig.hook new file mode 100644 index 0000000..0f24bc4 --- /dev/null +++ b/abs/core/fontconfig/fontconfig.hook @@ -0,0 +1,11 @@ +[Trigger] +Type = File +Operation = Install +Operation = Upgrade +Operation = Remove +Target = usr/share/fonts/* + +[Action] +Description = Updating fontconfig cache... +When = PostTransaction +Exec = /usr/bin/fc-cache -s |