summaryrefslogtreecommitdiffstats
path: root/move
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-12-03 15:39:34 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-12-03 15:39:34 +0000
commitd475fce2a1735f6300e03b5e1ddaad7948790370 (patch)
tree47c3ef89bde0c7dbab97c84d3e7cf685c18fbf03 /move
parente87e3f7b9bb17eeecd95b68cd074d6fe9153f0dd (diff)
downloaddrakx-d475fce2a1735f6300e03b5e1ddaad7948790370.tar
drakx-d475fce2a1735f6300e03b5e1ddaad7948790370.tar.gz
drakx-d475fce2a1735f6300e03b5e1ddaad7948790370.tar.bz2
drakx-d475fce2a1735f6300e03b5e1ddaad7948790370.tar.xz
drakx-d475fce2a1735f6300e03b5e1ddaad7948790370.zip
ensure ksycoca is configured correctly. It is not saved on the key
Diffstat (limited to 'move')
-rw-r--r--move/move.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/move/move.pm b/move/move.pm
index f105c8fe8..302cbdc17 100644
--- a/move/move.pm
+++ b/move/move.pm
@@ -460,8 +460,6 @@ sub install2::configMove {
mouse::write_conf($o, $o->{mouse}, 1); #- write xfree mouse conf
detect_devices::install_addons('');
- eval { cp_af("/usr/share/services/ksycoca-$o->{locale}{lang}", '/etc/X11/ksycoca') };
-
{
my $user = $o->{users}[0]{name};
my $confdir = "/home/$user/.kde/share/config";
@@ -588,6 +586,8 @@ sub install2::startMove {
run_program::run('mount', $_->{mntpoint});
}
}
+
+ symlinkf("/usr/share/services/ksycoca-$o->{locale}{lang}", '/etc/X11/ksycoca');
install_TrueFS_in_home($o);