summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-05-27 05:59:58 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-05-27 05:59:58 +0000
commitc1b3e316c56d9bea5e2cd3267a79c38ef860847c (patch)
tree50e7ebc13fa6725aa912c6d202b7adb54dc467ae /perl-install
parentb4931edea8b30b6eac2347b83661ce5abeddb4a1 (diff)
downloaddrakx-backup-do-not-use-c1b3e316c56d9bea5e2cd3267a79c38ef860847c.tar
drakx-backup-do-not-use-c1b3e316c56d9bea5e2cd3267a79c38ef860847c.tar.gz
drakx-backup-do-not-use-c1b3e316c56d9bea5e2cd3267a79c38ef860847c.tar.bz2
drakx-backup-do-not-use-c1b3e316c56d9bea5e2cd3267a79c38ef860847c.tar.xz
drakx-backup-do-not-use-c1b3e316c56d9bea5e2cd3267a79c38ef860847c.zip
kfm is gone for some time
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/install_any.pm5
-rw-r--r--perl-install/install_steps.pm12
2 files changed, 0 insertions, 17 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index 4a46564a6..e96b6dcee 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -1119,11 +1119,6 @@ sub kderc_largedisplay {
kfmIconStyle => "Large",
kpanelIconStyle => "Normal", #- to change to Large when icons looks better
KDEIconStyle => "Large") foreach list_skels($prefix, '.kderc');
-
- substInFile {
- s/^(GridWidth)=85/$1=100/;
- s/^(GridHeight)=70/$1=75/;
- } $_ foreach list_skels($prefix, '.kde/share/config/kfmrc');
}
sub kdemove_desktop_file {
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}) {