Enforce fontconfig cache refresh.

master
Icedream 2022-06-08 17:42:21 +02:00
parent 68851c5bad
commit 1808d841a7
Signed by: icedream
GPG Key ID: 468BBEEBB9EC6AEA
1 changed files with 1 additions and 1 deletions

View File

@ -59,5 +59,5 @@ install_files "${HOME}" home
install_files "/etc" etc install_files "/etc" etc
if command -v fc-cache >/dev/null 2>&1; then if command -v fc-cache >/dev/null 2>&1; then
fc-cache fc-cache -f
fi fi