diff options
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index ab16217f8..e4e198146 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -451,7 +451,7 @@ Consoles 1,3,4,7 may also contain interesting information"; } # #- update language and icons for KDE. -# update_userkderc($_, 'Locale', Language => "") foreach list_skels($o->{prefix}, '.kderc'); +# update_gnomekderc($_, 'Locale', Language => "") foreach list_skels($o->{prefix}, '.kderc'); # log::l("updating kde icons according to available devices"); # install_any::kdeicons_postinstall($o->{prefix}); |