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

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

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