diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-27 12:58:32 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-27 12:58:32 +0000 |
commit | d3551589c911a40239d5be2b7ddc414f89dd548f (patch) | |
tree | 501c9d7f6a3c8a44376280563dbc1603cccb7349 /move/make_live | |
parent | 9470b4477a6745cd40256a13a66e82a96eea9cdd (diff) | |
download | drakx-d3551589c911a40239d5be2b7ddc414f89dd548f.tar drakx-d3551589c911a40239d5be2b7ddc414f89dd548f.tar.gz drakx-d3551589c911a40239d5be2b7ddc414f89dd548f.tar.bz2 drakx-d3551589c911a40239d5be2b7ddc414f89dd548f.tar.xz drakx-d3551589c911a40239d5be2b7ddc414f89dd548f.zip |
at last a good reboot/halt from kde
Diffstat (limited to 'move/make_live')
-rwxr-xr-x | move/make_live | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/move/make_live b/move/make_live index acf6c955b..1a9642b21 100755 --- a/move/make_live +++ b/move/make_live @@ -90,7 +90,6 @@ print "Making live in $::prefix directory.\n"; installPackages(); run_program::rooted($::prefix, 'ldconfig'); touch("$::prefix/etc/menu/enable_simplified"); - cp_af('tree/Reboot.desktop', "$::prefix/usr/share/applnk-mdk-simplified"); $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'); run_program::rooted($::prefix, 'fc-cache'); #- generate cache in all directories mentioned in config file |