diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-11-05 14:43:09 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-11-05 14:43:09 +0000 |
commit | 5c4b70f129736d4258658c60e18f3465d7cf2873 (patch) | |
tree | aa86c9d92de88a0e21200c67f6c21e43a33b0eda /move/make_live | |
parent | 5a2f6462fe9a9c0a24022e78b1f44e773b9c1432 (diff) | |
download | drakx-5c4b70f129736d4258658c60e18f3465d7cf2873.tar drakx-5c4b70f129736d4258658c60e18f3465d7cf2873.tar.gz drakx-5c4b70f129736d4258658c60e18f3465d7cf2873.tar.bz2 drakx-5c4b70f129736d4258658c60e18f3465d7cf2873.tar.xz drakx-5c4b70f129736d4258658c60e18f3465d7cf2873.zip |
- run "kbuildsycoca --global" when building
- using a special configuration telling kde not to build during startup
Diffstat (limited to 'move/make_live')
-rwxr-xr-x | move/make_live | 1 |
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 } |