From 717364ef8408086bb129ba10cf30361c82af3f74 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Thu, 13 Feb 2003 19:58:35 +0000 Subject: don't allow going back from accept_licenser to select_language, hence allow removing langs images before downloading huge CJK fonts --- perl-install/lang.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/lang.pm') diff --git a/perl-install/lang.pm b/perl-install/lang.pm index 1e3e88db3..2b8348239 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -485,6 +485,7 @@ sub l2pango_font { if (common::usingRamdisk()) { if ($charsets{$charset}[0] !~ /lat|koi|UniCyr/) { install_any::remove_bigseldom_used(); + unlink glob_('/usr/share/langs/*'); #- remove langs images my @generic_fontfiles = qw(/usr/X11R6/lib/X11/fonts/12x13mdk.pcf.gz /usr/X11R6/lib/X11/fonts/18x18mdk.pcf.gz); #- need to unlink first because the files actually exist (and are void); they must exist #- because if not, when gtk starts, pango will recompute its cache file and exclude them -- cgit v1.2.1