Enforce fontconfig cache refresh.
parent
68851c5bad
commit
1808d841a7
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue