diff options
author | Isaac Yu <isaacyu@protonmail.com> | 2023-12-31 07:37:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-31 09:29:50 +0700 |
commit | 6b1a1d6bc6c56150a5dee957c99400d5ddd2448f (patch) | |
tree | dfe37f27ff82ac236edd5d1dd771047b3525d873 /system/ttf-nerd-fonts-symbols/doinst.sh | |
parent | 599abd12a7156a67ed7c3f47b5e6288556f9a951 (diff) |
system/ttf-nerd-fonts-symbols: Added (system font).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/ttf-nerd-fonts-symbols/doinst.sh')
-rw-r--r-- | system/ttf-nerd-fonts-symbols/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/ttf-nerd-fonts-symbols/doinst.sh b/system/ttf-nerd-fonts-symbols/doinst.sh new file mode 100644 index 0000000000000..67a9f6f9cf4b5 --- /dev/null +++ b/system/ttf-nerd-fonts-symbols/doinst.sh @@ -0,0 +1,3 @@ +if [ -x /usr/bin/fc-cache ]; then + /usr/bin/fc-cache -f +fi |