From ea84d1a5488cc81d48524e9f122c2f48172d1f0f Mon Sep 17 00:00:00 2001 From: Dugan Chen Date: Tue, 11 May 2010 22:55:37 +0200 Subject: system/webcore-fonts: Added to 12.1 repository --- system/webcore-fonts/doinst.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 system/webcore-fonts/doinst.sh (limited to 'system/webcore-fonts/doinst.sh') diff --git a/system/webcore-fonts/doinst.sh b/system/webcore-fonts/doinst.sh new file mode 100644 index 0000000000..bdb050188d --- /dev/null +++ b/system/webcore-fonts/doinst.sh @@ -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/TTF + mkfontscale . + mkfontdir . + ) +fi +if [ -x /usr/bin/fc-cache ]; then + /usr/bin/fc-cache -f +fi -- cgit v1.2.3