summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-12-04 23:18:03 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-12-04 23:18:03 +0000
commitc93751788c00fa5e0b22a56a0cb508edc40f1449 (patch)
tree7788980720426315a82a764e35cd0e13c3888c86
parentd32d081450fadd9ac9c512ccdb9961ad113fd4fd (diff)
downloaddrakx-backup-do-not-use-c93751788c00fa5e0b22a56a0cb508edc40f1449.tar
drakx-backup-do-not-use-c93751788c00fa5e0b22a56a0cb508edc40f1449.tar.gz
drakx-backup-do-not-use-c93751788c00fa5e0b22a56a0cb508edc40f1449.tar.bz2
drakx-backup-do-not-use-c93751788c00fa5e0b22a56a0cb508edc40f1449.tar.xz
drakx-backup-do-not-use-c93751788c00fa5e0b22a56a0cb508edc40f1449.zip
modify simplified menu to see new mandrake_doc-move-{en,fr}
-rwxr-xr-xmove/make_live5
1 files changed, 5 insertions, 0 deletions
diff --git a/move/make_live b/move/make_live
index 6f1fe86c1..08ae4a73d 100755
--- a/move/make_live
+++ b/move/make_live
@@ -174,6 +174,11 @@ substInFile {
unlink "$::prefix/usr/lib/menu/kdebase-kdm";
touch("$::prefix/etc/menu/enable_simplified");
+
+substInFile {
+ s/mandrake_doc-(en|fr)/mandrake_doc-move-$1/g;
+} "$::prefix/usr/lib/menu/simplified/mandrake_desk";
+
$ENV{LC_ALL} = 'en_US'; #- update-menus doesn't work when there is no locale (aka locale "C")
run_program::rooted($::prefix, 'update-menus', '-n');