summaryrefslogtreecommitdiffstats
path: root/games/scid_vs_pc/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'games/scid_vs_pc/doinst.sh')
-rw-r--r--games/scid_vs_pc/doinst.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/games/scid_vs_pc/doinst.sh b/games/scid_vs_pc/doinst.sh
index d452a46662..da7af062c9 100644
--- a/games/scid_vs_pc/doinst.sh
+++ b/games/scid_vs_pc/doinst.sh
@@ -7,3 +7,7 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
/usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
fi
fi
+
+if [ -x /usr/bin/fc-cache ]; then
+ /usr/bin/fc-cache -f
+fi