From c1b3e316c56d9bea5e2cd3267a79c38ef860847c Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 27 May 2005 05:59:58 +0000 Subject: kfm is gone for some time --- perl-install/install_steps.pm | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index d64ec5675..53b91fdbc 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -550,18 +550,6 @@ EOF install_any::disable_user_view() if $o->{security} >= 3 || $o->{authentication}{NIS}; run_program::rooted($o->{prefix}, "kdeDesktopCleanup"); - foreach (list_skels($o->{prefix}, '.kde/share/config/kfmrc')) { - my $found; - substInFile { - $found ||= /KFM Misc Defaults/; - $_ .= -"[KFM Misc Defaults] -GridWidth=85 -GridHeight=70 -" if eof && !$found; - } $_; - } - #- move some file after an upgrade that may be seriously annoying. #- and rename saved files to .mdkgiorig. if ($o->{isUpgrade}) { -- cgit v1.2.1