From 1bb92fa3d1d2db231685eb73ea3c47f93a2a5600 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 10 Oct 2023 17:23:14 +0300 Subject: [PATCH] fonts/update-font-cache.bash: pass verbose and other flags to fc-cache --- local/share/fonts/update-font-cache.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/share/fonts/update-font-cache.bash b/local/share/fonts/update-font-cache.bash index 6865abac..be6d7ada 100755 --- a/local/share/fonts/update-font-cache.bash +++ b/local/share/fonts/update-font-cache.bash @@ -1,2 +1,2 @@ #!/usr/bin/env bash -fc-cache +fc-cache -v $@