diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-12-04 23:18:03 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-12-04 23:18:03 +0000 |
commit | c93751788c00fa5e0b22a56a0cb508edc40f1449 (patch) | |
tree | 7788980720426315a82a764e35cd0e13c3888c86 | |
parent | d32d081450fadd9ac9c512ccdb9961ad113fd4fd (diff) | |
download | drakx-c93751788c00fa5e0b22a56a0cb508edc40f1449.tar drakx-c93751788c00fa5e0b22a56a0cb508edc40f1449.tar.gz drakx-c93751788c00fa5e0b22a56a0cb508edc40f1449.tar.bz2 drakx-c93751788c00fa5e0b22a56a0cb508edc40f1449.tar.xz drakx-c93751788c00fa5e0b22a56a0cb508edc40f1449.zip |
modify simplified menu to see new mandrake_doc-move-{en,fr}
-rwxr-xr-x | move/make_live | 5 |
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'); |