summaryrefslogtreecommitdiffstats
path: root/move/make_live
diff options
context:
space:
mode:
Diffstat (limited to 'move/make_live')
-rwxr-xr-xmove/make_live1
1 files changed, 1 insertions, 0 deletions
diff --git a/move/make_live b/move/make_live
index 8939017b0..49437af91 100755
--- a/move/make_live
+++ b/move/make_live
@@ -64,6 +64,7 @@ $::prefix = "/tmp/live_tree";
system("chroot $::prefix ldconfig");
system("chroot $::prefix update-menus");
system("chroot $::prefix fc-cache"); #- generate cache in all directories mentioned in config file
+ system("chroot $::prefix kbuildsycoca --global");
rm_rf("$::prefix/dev"); # we don't need it, we use devfs
}