Only run fc-cache if available after installation.
parent
b302ee7f2f
commit
f308acf741
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue