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

7 lines
110 B
Bash
Raw Normal View History

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