From 580a80bced54c9ed26f8429da0d3227429550e7c Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 29 Aug 2007 15:07:43 +0000 Subject: /etc/menu/enable_simplified and /etc/menu/do-not-create-menu-link are obsolete and unused --- perl-install/install/steps.pm | 8 -------- 1 file changed, 8 deletions(-) (limited to 'perl-install/install/steps.pm') 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", -- cgit v1.2.1