slackbuilds_ponce/system/ttf-sil-gentium/doinst.sh

8 lines
99 B
Bash
Raw Normal View History

2010-05-11 15:18:46 +02:00
#!/bin/sh
2010-05-11 15:18:46 +02:00
# Update the X font indexes:
if [ -x usr/bin/fc-cache ]; then
usr/bin/fc-cache -f
2010-05-11 15:18:46 +02:00
fi