summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/pango/files/pkg-install.in
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/pango/files/pkg-install.in')
-rw-r--r--x11-toolkits/pango/files/pkg-install.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-toolkits/pango/files/pkg-install.in b/x11-toolkits/pango/files/pkg-install.in
deleted file mode 100644
index 2eefcdfcd..000000000
--- a/x11-toolkits/pango/files/pkg-install.in
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/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