diff options
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 |