summaryrefslogtreecommitdiffstats
path: root/system/culmus/doinst.sh
diff options
context:
space:
mode:
author Niv Ierushalmi2012-12-16 23:43:51 +0100
committer dsomero2012-12-23 15:16:33 +0100
commit2725f5047feb19d264cc94d3c3bb3299341c4ec6 (patch)
treed5a159cf96ba1ce438ff6ef7638b64bd08d1993a /system/culmus/doinst.sh
parent6781139ab99d679a775fb04edab5f177ebd6b9cd (diff)
downloadslackbuilds-2725f5047feb19d264cc94d3c3bb3299341c4ec6.tar.gz
system/culmus: Added (Hebrew scalable fonts)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/culmus/doinst.sh')
-rw-r--r--system/culmus/doinst.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/system/culmus/doinst.sh b/system/culmus/doinst.sh
new file mode 100644
index 0000000000..978cbdd491
--- /dev/null
+++ b/system/culmus/doinst.sh
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+fc-cache -f
+cd /usr/share/fonts/TTF
+/usr/bin/mkfontscale
+/usr/bin/mkfontdir
+
+cd /usr/share/fonts/Type1
+/usr/bin/mkfontscale
+/usr/bin/mkfontdir
+
+( cd /etc/fonts/conf.d ; ln -sf ../conf.avail/61-culmus.conf 61-culmus.conf )