diff options
author | Kyle Guinn <elyk03@gmail.com> | 2010-05-11 19:46:42 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 19:46:42 +0200 |
commit | 1a743c5fbe5d588b38c021bffea42ed6f62cc64a (patch) | |
tree | cc3356121aaed3a64c29c177821363b5152a0ffd /system/ttf-sil-gentium/doinst.sh | |
parent | 2c47221a990bd45652eeb83df0d35f49e55afdb6 (diff) |
system/ttf-sil-gentium: Updated for version 1.02
Diffstat (limited to 'system/ttf-sil-gentium/doinst.sh')
-rw-r--r-- | system/ttf-sil-gentium/doinst.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/system/ttf-sil-gentium/doinst.sh b/system/ttf-sil-gentium/doinst.sh index fc94fe899ca63..f24d0b8cbde1b 100644 --- a/system/ttf-sil-gentium/doinst.sh +++ b/system/ttf-sil-gentium/doinst.sh @@ -1,6 +1,7 @@ #!/bin/sh + # Update the X font indexes: -if [ -x usr/X11R6/bin/fc-cache ]; then - usr/X11R6/bin/fc-cache -f +if [ -x usr/bin/fc-cache ]; then + usr/bin/fc-cache -f fi |