summaryrefslogtreecommitdiffstats
path: root/move/make_live
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-11-27 12:27:04 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-11-27 12:27:04 +0000
commit9470b4477a6745cd40256a13a66e82a96eea9cdd (patch)
tree66965aec820a8e5f3418bd9af1801306dd33a1a6 /move/make_live
parentc8222044ee8e186be9cd76e4403a7894f0091fb8 (diff)
downloaddrakx-9470b4477a6745cd40256a13a66e82a96eea9cdd.tar
drakx-9470b4477a6745cd40256a13a66e82a96eea9cdd.tar.gz
drakx-9470b4477a6745cd40256a13a66e82a96eea9cdd.tar.bz2
drakx-9470b4477a6745cd40256a13a66e82a96eea9cdd.tar.xz
drakx-9470b4477a6745cd40256a13a66e82a96eea9cdd.zip
better have a good global /usr/share/services/ksycoca by linking it to the key,
rather than configuring it in every users .kde/share/services/ksycoca
Diffstat (limited to 'move/make_live')
-rwxr-xr-xmove/make_live2
1 files changed, 2 insertions, 0 deletions
diff --git a/move/make_live b/move/make_live
index e72aa417c..acf6c955b 100755
--- a/move/make_live
+++ b/move/make_live
@@ -104,6 +104,8 @@ print "Making live in $::prefix directory.\n";
eval { rm_rf("$::prefix/lib/i686") }; # de-complexify, use the default on any arch
+ symlinkf("/etc/X11/ksycoca", "$::prefix/usr/share/services/ksycoca");
+
config_X_proprietary_drivers();
unlink "$::prefix/usr/share/autostart/$_.desktop" foreach 'klipper', 'korgac', 'kalarmd.autostart';