aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/fontconfig/files/pkg-install.in
blob: 4dc92cbbbe33761051b20ebcd7c36c8133526e5b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

PATH=/bin:/usr/bin:/sbin:/usr/sbin:%%PREFIX%%/bin
export PATH

if [ "$2" = "POST-INSTALL" ]; then
    echo "Running fc-cache to build fontconfig cache..."
    fc-cache -f -s -v
    exit 0
fi