diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-12-27 21:47:08 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-12-27 21:47:08 +0000 |
commit | 878d786d14319e5cd8305d4d678e49c64dd9cc07 (patch) | |
tree | 3655a4b7305c2a4fcb7e8e049a661a7e6026127a /perl-install/install_steps.pm | |
parent | a5a0b5ba7e8ed4d5a0722dd9f88e3521119b2545 (diff) | |
download | drakx-878d786d14319e5cd8305d4d678e49c64dd9cc07.tar drakx-878d786d14319e5cd8305d4d678e49c64dd9cc07.tar.gz drakx-878d786d14319e5cd8305d4d678e49c64dd9cc07.tar.bz2 drakx-878d786d14319e5cd8305d4d678e49c64dd9cc07.tar.xz drakx-878d786d14319e5cd8305d4d678e49c64dd9cc07.zip |
no_comment
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 7fdb9bf93..26008ff7d 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -266,7 +266,7 @@ sub afterInstallPackages($) { install_any::kdeicons_postinstall($o->{prefix}); substInFile { s/^(GreetString)=.*/$1=Welcome to [HOSTNAME]/ } "$o->{prefix}/usr/share/config/kdmrc"; - substInFile { s/^(UserView)=false/$1=true/ } "$o->{prefix}/usr/share/config/kdmrc" if $o->{security} < 3; + substInFile { s/^(UserView)=false/$1=true/ } "$o->{prefix}/usr/share/config/kdmrc" if $o->{security} < 3; run_program::rooted($o->{prefix}, "kdeDesktopCleanup"); #- move some file after an upgrade that may be seriously annoying. |