From e5fb6198c54acdd6afc026fcc600fec2bb16a032 Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Tue, 20 Feb 2018 11:05:13 +0100 Subject: [PATCH] Call fc-cache after profile installation. --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 9496fce..8393a50 100755 --- a/install.sh +++ b/install.sh @@ -49,3 +49,5 @@ install_files() { install_files "${HOME}" home install_files "/etc" etc + +fc-cache