summaryrefslogtreecommitdiffstats
path: root/kde/doinst.sh/oxygen-fonts
diff options
context:
space:
mode:
Diffstat (limited to 'kde/doinst.sh/oxygen-fonts')
-rw-r--r--kde/doinst.sh/oxygen-fonts13
1 files changed, 13 insertions, 0 deletions
diff --git a/kde/doinst.sh/oxygen-fonts b/kde/doinst.sh/oxygen-fonts
new file mode 100644
index 0000000..c4bc3b7
--- /dev/null
+++ b/kde/doinst.sh/oxygen-fonts
@@ -0,0 +1,13 @@
+
+# There's no need to chroot and do this during initial
+# install, since there is a post-install script that
+# does the same thing, saving time.
+# Update X font indexes and the font cache:
+if [ -x /usr/bin/mkfontdir ]; then
+ /usr/bin/mkfontscale /usr/share/fonts/TTF
+ /usr/bin/mkfontdir /usr/share/fonts/TTF
+fi
+if [ -x /usr/bin/fc-cache ]; then
+ /usr/bin/fc-cache /usr/share/fonts/TTF
+fi
+