Only run fc-cache if available after installation.

master
Icedream 2018-02-20 11:35:15 +01:00
parent b302ee7f2f
commit f308acf741
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 3 additions and 1 deletions

View File

@ -50,4 +50,6 @@ install_files() {
install_files "${HOME}" home
install_files "/etc" etc
fc-cache
if command -v fc-cache >/dev/null 2>&1; then
fc-cache
fi