From 124d50434c083a0e28efecf6871229b4c7740ee8 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Wed, 12 Feb 2003 23:43:03 +0000 Subject: add missing pango rendering modules in ramdisk, do download additional fonts if needed (fixes problems with CJK languages and namely #1098) --- tools/make_mdkinst_stage2 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/make_mdkinst_stage2 b/tools/make_mdkinst_stage2 index 48182616a..6aa0760b7 100755 --- a/tools/make_mdkinst_stage2 +++ b/tools/make_mdkinst_stage2 @@ -41,7 +41,13 @@ rm -f $STAGE2TMP/usr/X11R6/bin/XF86_{VGA16,3DLabs,TGA,S3} rm -f `ls --sort=size $STAGE2TMP/lib/modules.cz-* | perl -ne 'print if $i++'` rm -f $STAGE2TMP/usr/bin/{pv*,vg*,lv*} $STAGE2TMP/lib/liblvm* rm -f $STAGE2TMP/usr/bin/{resize_reiserfs,fsck.jfs} -rm -f $STAGE2TMP/usr/X11R6/lib/X11/fonts/{12x13mdk,18x18mdk}.pcf* +#- we can't simply remove those files, because when pango will start, +#- if it doesn't see them it will recompute the fonts.cache-1 :/ +>$STAGE2TMP/usr/X11R6/lib/X11/fonts/12x13mdk.pcf.gz +>$STAGE2TMP/usr/X11R6/lib/X11/fonts/18x18mdk.pcf.gz +touch $STAGE2TMP/usr/X11R6/lib/X11/fonts/fonts.cache-1 +rm -f $STAGE2TMP/usr/*/pango/*/modules/pango-{arabic,hangul,hebrew,indic,thai}-xft.so + rm -rf $STAGE2TMP{/usr/bin/brltty,/etc/brltty,/lib/brltty} rm -rf $STAGE2TMP/usr/share/locale_special -- cgit v1.2.1