summaryrefslogtreecommitdiffstats
path: root/system/ttf-roboto/doinst.sh
diff options
context:
space:
mode:
author Edinaldo P. Silva2015-09-04 18:04:30 +0200
committer Willy Sudiarto Raharjo2015-09-05 01:25:16 +0200
commita230fb8b3aa72715d5db7c630f303da74f9ea839 (patch)
tree52b2b86297c55398196b0a227ba99bf568924d5d /system/ttf-roboto/doinst.sh
parentce85bca85d92d5a080fe6ce9fcb3b8af327e1248 (diff)
downloadslackbuilds-a230fb8b3aa72715d5db7c630f303da74f9ea839.tar.gz
system/ttf-roboto: Added (True Type Font).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/ttf-roboto/doinst.sh')
-rw-r--r--system/ttf-roboto/doinst.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/system/ttf-roboto/doinst.sh b/system/ttf-roboto/doinst.sh
new file mode 100644
index 0000000000..8fec9f5340
--- /dev/null
+++ b/system/ttf-roboto/doinst.sh
@@ -0,0 +1,11 @@
+# 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