aboutsummaryrefslogtreecommitdiff
path: root/install-bdf.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install-bdf.sh')
-rw-r--r--install-bdf.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/install-bdf.sh b/install-bdf.sh
index a0e2870..ed6bf20 100644
--- a/install-bdf.sh
+++ b/install-bdf.sh
@@ -28,5 +28,6 @@ install_font 24
if [ "$DISPLAY" != "" ]; then
xset -fp "$BDFDIR" &>/dev/null
xset +fp "$BDFDIR" &>/dev/null
- xset fp rehash
+ xset fp rehash &>/dev/null
+ fc-cache "$BDFDIR" &>/dev/null
fi