diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-08-03 00:38:15 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-08-03 00:38:15 +0000 |
commit | 6b77d893e560d4c48b14822b8d4227fd9eeaa5b4 (patch) | |
tree | 22286d2301fc52584540335cafbc2285df388c42 /perl-install/install_steps.pm | |
parent | 0111debf9e21697004c09856076c1f3506bfb0d0 (diff) | |
download | drakx-backup-do-not-use-6b77d893e560d4c48b14822b8d4227fd9eeaa5b4.tar drakx-backup-do-not-use-6b77d893e560d4c48b14822b8d4227fd9eeaa5b4.tar.gz drakx-backup-do-not-use-6b77d893e560d4c48b14822b8d4227fd9eeaa5b4.tar.bz2 drakx-backup-do-not-use-6b77d893e560d4c48b14822b8d4227fd9eeaa5b4.tar.xz drakx-backup-do-not-use-6b77d893e560d4c48b14822b8d4227fd9eeaa5b4.zip |
update_userkderc is now called update_gnomekderc
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}); |