summaryrefslogtreecommitdiffstats
path: root/system/ttf-sil-gentium/doinst.sh
blob: fc94fe899ca63425b2889d9b7f08a236ddc1da69 (plain)
1
2
3
4
5
6
#!/bin/sh
# Update the X font indexes:
if [ -x usr/X11R6/bin/fc-cache ]; then
  usr/X11R6/bin/fc-cache -f
fi