diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-05-10 08:40:01 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-05-10 08:40:01 +0000 |
commit | 53fc42dd19e14154042e1fbe82ea0d5fc5a5e2f1 (patch) | |
tree | 148de82cf3714d16ae0de33204718f36f3483574 /perl-install/lang.pm | |
parent | dc9545e4c654c0112c18be0444c75e2c4dc9bc09 (diff) | |
download | drakx-53fc42dd19e14154042e1fbe82ea0d5fc5a5e2f1.tar drakx-53fc42dd19e14154042e1fbe82ea0d5fc5a5e2f1.tar.gz drakx-53fc42dd19e14154042e1fbe82ea0d5fc5a5e2f1.tar.bz2 drakx-53fc42dd19e14154042e1fbe82ea0d5fc5a5e2f1.tar.xz drakx-53fc42dd19e14154042e1fbe82ea0d5fc5a5e2f1.zip |
create install-xml-file-list and use it to replace share/list and share/list.ARCH with share/list.xml
Diffstat (limited to 'perl-install/lang.pm')
-rw-r--r-- | perl-install/lang.pm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm index 5e50f37f9..cf54cd29d 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -1309,11 +1309,6 @@ sub during_install__l2charset { uc($c); } -#- used in Makefile -sub png_lang_files() { - print join(' ', map { "pixmaps/langs/lang-$_.png" } list_langs()); -} - sub check() { $^W = 0; my ($warnings, $errors) = (0, 0); |