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 39f6a27b6..cf618de07 100755
--- a/move/make_live
+++ b/move/make_live
@@ -64,6 +64,7 @@ print "Making live in $::prefix directory.\n";
output_p("$::prefix/etc/fstab", "none /proc proc defaults 0 0\n");
installPackages();
system("chroot $::prefix ldconfig");
+ touch "$::prefix/etc/menu/enable_simplified");
system("chroot $::prefix update-menus");
system("chroot $::prefix fc-cache"); #- generate cache in all directories mentioned in config file
system("chroot $::prefix kbuildsycoca --global");