diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-08-29 15:07:43 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-08-29 15:07:43 +0000 |
commit | 580a80bced54c9ed26f8429da0d3227429550e7c (patch) | |
tree | e517ef5ba12d64ee7c63808a5c08945786d894fa /perl-install | |
parent | 6498a9070388040754e0ec32e3ef106057d7af38 (diff) | |
download | drakx-580a80bced54c9ed26f8429da0d3227429550e7c.tar drakx-580a80bced54c9ed26f8429da0d3227429550e7c.tar.gz drakx-580a80bced54c9ed26f8429da0d3227429550e7c.tar.bz2 drakx-580a80bced54c9ed26f8429da0d3227429550e7c.tar.xz drakx-580a80bced54c9ed26f8429da0d3227429550e7c.zip |
/etc/menu/enable_simplified and /etc/menu/do-not-create-menu-link are obsolete and unused
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install/steps.pm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/perl-install/install/steps.pm b/perl-install/install/steps.pm index ab205b660..a885d1612 100644 --- a/perl-install/install/steps.pm +++ b/perl-install/install/steps.pm @@ -478,14 +478,6 @@ Consoles 1,3,4,7 may also contain interesting information"; #- install urpmi before as rpmdb will be opened, this will cause problem with update-menus. $o->install_urpmi; - #- update menu scheme before calling update menus if desktop mode. - if ($o->{meta_class} eq 'desktop') { - run_program::rooted($::prefix, "touch", "/etc/menu/do-not-create-menu-link"); - run_program::rooted($::prefix, "touch", "/etc/menu/enable_simplified"); - } elsif (!$o->{isUpgrade}) { - run_program::rooted($::prefix, "touch", "/etc/menu/do-not-create-menu-link"); - } - if ($o->{pcmcia}) { substInFile { s/.*(TaskBarShowAPMStatus).*/$1=1/ } "$::prefix/usr/lib/X11/icewm/preferences"; eval { cp_af("$::prefix/usr/share/applnk/System/kapm.kdelnk", |