summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/pango/files/pkg-install.in
blob: 2eefcdfcd0152ae33d3586f7da85fac30cada987 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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