From 7259b26397265fa397cef970f7ae2d96514809d1 Mon Sep 17 00:00:00 2001 From: Wainamoinen Date: Mon, 20 Jan 2020 06:56:00 +0700 Subject: system/JetBrainsMono: Added (a typeface for developers). Signed-off-by: Willy Sudiarto Raharjo --- system/JetBrainsMono/doinst.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 system/JetBrainsMono/doinst.sh (limited to 'system/JetBrainsMono/doinst.sh') diff --git a/system/JetBrainsMono/doinst.sh b/system/JetBrainsMono/doinst.sh new file mode 100644 index 0000000000000..883c47ac0a60c --- /dev/null +++ b/system/JetBrainsMono/doinst.sh @@ -0,0 +1,10 @@ +# Update the X font indexes: +if [ -x /usr/bin/mkfontdir ]; then + ( cd /usr/share/fonts/TTF + mkfontscale . + mkfontdir . + ) +fi +if [ -x /usr/bin/fc-cache ]; then + /usr/bin/fc-cache -f +fi -- cgit v1.2.3