summaryrefslogtreecommitdiffstats
path: root/move
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-11-19 13:17:11 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-11-19 13:17:11 +0000
commit75dddab6c38081fc268cea01830d6e38bf9873ff (patch)
tree0abf87a201e64303e125d72dd45caf1a5c54c222 /move
parent2f57b97bef7bbb10502c36ee85a5521d84f36c7c (diff)
downloaddrakx-backup-do-not-use-75dddab6c38081fc268cea01830d6e38bf9873ff.tar
drakx-backup-do-not-use-75dddab6c38081fc268cea01830d6e38bf9873ff.tar.gz
drakx-backup-do-not-use-75dddab6c38081fc268cea01830d6e38bf9873ff.tar.bz2
drakx-backup-do-not-use-75dddab6c38081fc268cea01830d6e38bf9873ff.tar.xz
drakx-backup-do-not-use-75dddab6c38081fc268cea01830d6e38bf9873ff.zip
don't run update-menus in background so that kbuildsycoca is called when update-menus is over
Diffstat (limited to 'move')
-rwxr-xr-xmove/make_live2
1 files changed, 1 insertions, 1 deletions
diff --git a/move/make_live b/move/make_live
index 5d5e68b55..8a64ce854 100755
--- a/move/make_live
+++ b/move/make_live
@@ -68,7 +68,7 @@ print "Making live in $::prefix directory.\n";
installPackages();
run_program::rooted($::prefix, 'ldconfig');
touch("$::prefix/etc/menu/enable_simplified");
- run_program::rooted($::prefix, 'update-menus');
+ run_program::rooted($::prefix, 'update-menus', '-n');
run_program::rooted($::prefix, 'fc-cache'); #- generate cache in all directories mentioned in config file
run_program::rooted($::prefix, 'kbuildsycoca', '--global');
eval { rm_rf("$::prefix/dev") }; # we don't need it, we use devfs