diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-05-08 21:18:28 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-05-08 21:18:28 +0000 |
commit | 55003f1472479cebdc92a83e96fb060bd6239194 (patch) | |
tree | db064a5b72dadb82ab62e3eed166f6680d87d3c7 /perl-install/install_steps.pm | |
parent | 198fa853cca1b95712fe825849b4eba7a388a22f (diff) | |
download | drakx-backup-do-not-use-55003f1472479cebdc92a83e96fb060bd6239194.tar drakx-backup-do-not-use-55003f1472479cebdc92a83e96fb060bd6239194.tar.gz drakx-backup-do-not-use-55003f1472479cebdc92a83e96fb060bd6239194.tar.bz2 drakx-backup-do-not-use-55003f1472479cebdc92a83e96fb060bd6239194.tar.xz drakx-backup-do-not-use-55003f1472479cebdc92a83e96fb060bd6239194.zip |
no_comment
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index bd5de5b2f..f299af08d 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -423,9 +423,6 @@ GridHeight=70 } "$o->{prefix}$_/.kde/share/config/kfmrc" } - #- to ensure linuxconf doesn't cry against those files being in the future - -e $_ and touch($_) foreach map { "$o->{prefix}/$_" } '/etc/conf.modules', '/etc/crontab', '/etc/sysconfig/mouse', '/etc/X11/fs/config'; - #- move some file after an upgrade that may be seriously annoying. #- and rename saved files to .mdkgiorig. if ($o->{isUpgrade}) { |