summaryrefslogtreecommitdiffstats
path: root/move/make_live
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-10-30 15:44:21 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-10-30 15:44:21 +0000
commit5bab7bf35ef16a721c7e5d0ad7a8fa9b767e2b2f (patch)
treedd5bf200633e17b278716690b1662220637b1352 /move/make_live
parent58e222537ac7e58e8bcf47b6219b4e0d4db98f94 (diff)
downloaddrakx-backup-do-not-use-5bab7bf35ef16a721c7e5d0ad7a8fa9b767e2b2f.tar
drakx-backup-do-not-use-5bab7bf35ef16a721c7e5d0ad7a8fa9b767e2b2f.tar.gz
drakx-backup-do-not-use-5bab7bf35ef16a721c7e5d0ad7a8fa9b767e2b2f.tar.bz2
drakx-backup-do-not-use-5bab7bf35ef16a721c7e5d0ad7a8fa9b767e2b2f.tar.xz
drakx-backup-do-not-use-5bab7bf35ef16a721c7e5d0ad7a8fa9b767e2b2f.zip
call update-menus as needed
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 7b78c0cfc..ad0c127e7 100755
--- a/move/make_live
+++ b/move/make_live
@@ -58,6 +58,7 @@ $::prefix = "/tmp/live_tree";
output_p("$::prefix/etc/fstab", "none /proc proc defaults 0 0\n");
installPackages();
system("chroot $::prefix ldconfig");
+ system("chroot $::prefix update-menus");
rm_rf("$::prefix/dev"); # we don't need it, we use devfs
}