From 88d10ee7e2266259ecdcd63fea6b7fd8e2f617e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Hern=C3=A1ndez=20Blas?= Date: Tue, 11 May 2010 22:55:22 +0200 Subject: system/montecarlo: Added to 12.1 repository --- system/montecarlo/doinst.sh | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 system/montecarlo/doinst.sh (limited to 'system/montecarlo/doinst.sh') diff --git a/system/montecarlo/doinst.sh b/system/montecarlo/doinst.sh new file mode 100644 index 0000000000000..e42f5f3968f05 --- /dev/null +++ b/system/montecarlo/doinst.sh @@ -0,0 +1,25 @@ +#!/bin/sh +# Update mkfontscale and mkfontdir: +if [ -x /usr/bin/mkfontdir ]; then + ( cd /usr/share/fonts/misc + mkfontscale . + mkfontdir . + ) +fi + +# Update the X font indexes: +if [ -x /usr/bin/fc-cache ]; then + /usr/bin/fc-cache -f +fi + +# For some versions before Slackware 12.0 +if [ -x /usr/X11R6/bin/mkfontdir ]; then + ( cd /usr/X11R6/lib/X11/fonts/misc + mkfontscale . + mkfontdir . + ) +fi + +if [ -x /usr/X11R6/bin/fc-cache ]; then + /usr/bin/fc-cache -f +fi -- cgit v1.2.3