summaryrefslogtreecommitdiffstats
path: root/source.local/x/x11/doinst.sh/font-screen-cyrillic
diff options
context:
space:
mode:
Diffstat (limited to 'source.local/x/x11/doinst.sh/font-screen-cyrillic')
-rw-r--r--source.local/x/x11/doinst.sh/font-screen-cyrillic11
1 files changed, 11 insertions, 0 deletions
diff --git a/source.local/x/x11/doinst.sh/font-screen-cyrillic b/source.local/x/x11/doinst.sh/font-screen-cyrillic
new file mode 100644
index 0000000..960dd94
--- /dev/null
+++ b/source.local/x/x11/doinst.sh/font-screen-cyrillic
@@ -0,0 +1,11 @@
+#!/bin/sh
+# Update the X font indexes:
+if [ -x /usr/bin/mkfontdir -o -x /usr/X11R6/bin/mkfontdir ]; then
+ ( cd /usr/share/fonts/cyrillic
+ mkfontscale .
+ mkfontdir .
+ )
+fi
+if [ -x /usr/bin/fc-cache ]; then
+ /usr/bin/fc-cache -f
+fi