From d475fce2a1735f6300e03b5e1ddaad7948790370 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 3 Dec 2003 15:39:34 +0000 Subject: ensure ksycoca is configured correctly. It is not saved on the key --- move/move.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'move') 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); -- cgit v1.2.1