diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-11-19 13:17:11 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-11-19 13:17:11 +0000 |
commit | 75dddab6c38081fc268cea01830d6e38bf9873ff (patch) | |
tree | 0abf87a201e64303e125d72dd45caf1a5c54c222 /move/make_live | |
parent | 2f57b97bef7bbb10502c36ee85a5521d84f36c7c (diff) | |
download | drakx-75dddab6c38081fc268cea01830d6e38bf9873ff.tar drakx-75dddab6c38081fc268cea01830d6e38bf9873ff.tar.gz drakx-75dddab6c38081fc268cea01830d6e38bf9873ff.tar.bz2 drakx-75dddab6c38081fc268cea01830d6e38bf9873ff.tar.xz drakx-75dddab6c38081fc268cea01830d6e38bf9873ff.zip |
don't run update-menus in background so that kbuildsycoca is called when update-menus is over
Diffstat (limited to 'move/make_live')
-rwxr-xr-x | move/make_live | 2 |
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 |