aboutsummaryrefslogtreecommitdiff
path: root/system/ttf-sil-gentium/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'system/ttf-sil-gentium/doinst.sh')
-rw-r--r--system/ttf-sil-gentium/doinst.sh5
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