summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index 56f6087e5..aaa8a0a9f 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -330,7 +330,7 @@ Consoles 1,3,4,7 may also contain interesting information";
#- call update-menus at the end of package installation
{
- local $ENV{DURING_INSTALL}; undef $ENV{DURING_INSTALL};
+ local $ENV{DURING_INSTALL}; delete $ENV{DURING_INSTALL};
run_program::rooted($o->{prefix}, "update-menus");
}