From c530791249a6c200a0f8176f9dba167cd3f40cab Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Tue, 5 Feb 2002 14:03:05 +0000 Subject: add support for Basque (no KDE). --- perl-install/install_any.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index f5204bcec..fad5caecc 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -380,6 +380,7 @@ sub setDefaultPackages { if (!$o->{compssUsersChoice} && !$o->{isUpgrade}) { #- by default, choose: $o->{compssUsersChoice}{$_} = 1 foreach 'GNOME', 'KDE', 'CONFIG', 'X'; + $o->{lang} eq 'eu_ES' and $o->{compssUsersChoice}{KDE} = 0; $o->{compssUsersChoice}{$_} = 1 foreach map { @{$o->{compssUsers}{$_}{flags}} } 'Workstation|Office Workstation', 'Workstation|Internet station'; } -- cgit v1.2.1