summaryrefslogtreecommitdiffstats
path: root/system/JetBrainsMono/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'system/JetBrainsMono/doinst.sh')
-rw-r--r--system/JetBrainsMono/doinst.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/system/JetBrainsMono/doinst.sh b/system/JetBrainsMono/doinst.sh
new file mode 100644
index 0000000000..883c47ac0a
--- /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