diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-07-29 22:18:38 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-07-29 22:18:38 (EDT) |
commit | c12c1016227e826fd068e376b7c450e65bee2cc0 (patch) | |
tree | b488ecedf67508a12e1e24a7bd73426d5a9760c3 /fontconfig.pkg/postinst | |
parent | f49258cf99a0f4e6480b987b4ccb78f4f41125ea (diff) |
Add binary packages
Diffstat (limited to 'fontconfig.pkg/postinst')
-rw-r--r-- | fontconfig.pkg/postinst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/fontconfig.pkg/postinst b/fontconfig.pkg/postinst new file mode 100644 index 0000000..5c3334c --- /dev/null +++ b/fontconfig.pkg/postinst @@ -0,0 +1,8 @@ +#!/bin/sh + +set -e + +if [ "x${1}" = 'xconfigure' ]; then + mkdir -p /var/cache/fontconfig + fc-cache -s -f -v +fi |