diff options
-rw-r--r-- | x11-toolkits/pango/files/pkg-install.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/pango/files/pkg-install.in b/x11-toolkits/pango/files/pkg-install.in new file mode 100644 index 000000000..2eefcdfcd --- /dev/null +++ b/x11-toolkits/pango/files/pkg-install.in @@ -0,0 +1,11 @@ +#!/bin/sh + +PATH=/bin:/usr/bin:/sbin:/usr/sbin:%%X11BASE%%/bin +export PATH + +case $2 in +POST-INSTALL) + echo "Running fc-cache to build fontconfig cache..." + fc-cache -f -v + ;; +esac |