summaryrefslogtreecommitdiffstats
path: root/fontconfig.pkg/postinst
blob: 5c3334ca0071b8a9a20cb67d49ddacff239a056b (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

set -e

if [ "x${1}" = 'xconfigure' ]; then
	mkdir -p /var/cache/fontconfig
	fc-cache -s -f -v
fi