summaryrefslogtreecommitdiffstats
path: root/system/ttf-sil-gentium/doinst.sh
blob: f24d0b8cbde1b6f8aa914e6acf8c483fbc50c6f5 (plain)
1
2
3
4
5
6
7
#!/bin/sh

# Update the X font indexes:
if [ -x usr/bin/fc-cache ]; then
  usr/bin/fc-cache -f
fi