From 5a6fd1eb2cffc1666d6d1f6893dd441ee5a8c95d Mon Sep 17 00:00:00 2001 From: "Edinaldo P. Silva" Date: Thu, 1 Sep 2016 19:35:49 +0700 Subject: system/ttf-zekton: Added (True Type Font). Signed-off-by: Willy Sudiarto Raharjo --- system/ttf-zekton/doinst.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 system/ttf-zekton/doinst.sh (limited to 'system/ttf-zekton/doinst.sh') diff --git a/system/ttf-zekton/doinst.sh b/system/ttf-zekton/doinst.sh new file mode 100644 index 0000000000..8fec9f5340 --- /dev/null +++ b/system/ttf-zekton/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 -- cgit v1.2.3-65-gdbad