summaryrefslogtreecommitdiffstats
path: root/source/x/fontconfig/doinst.sh
blob: ae60a1b158f6ceb72973df2e773af37a604e7db7 (plain) (blame)
1
2
3
4
5
6
# Update the X font indexes:
if [ -x /usr/bin/fc-cache ]; then
  /usr/bin/fc-cache -f
fi
# else we'll catch it later with setup.fontconfig :-)