summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-04-19 08:11:42 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-04-19 08:11:42 +0000
commit4121a86a6bce3fc0e4f86c2a2daadd16aed10e3e (patch)
tree4b621cfb008e6486b6a4fd21384c374dc4d74efa /perl-install/install_steps.pm
parenta62b96c5282cd9d80c4c79498f13fc3aa97555ad (diff)
downloaddrakx-backup-do-not-use-4121a86a6bce3fc0e4f86c2a2daadd16aed10e3e.tar
drakx-backup-do-not-use-4121a86a6bce3fc0e4f86c2a2daadd16aed10e3e.tar.gz
drakx-backup-do-not-use-4121a86a6bce3fc0e4f86c2a2daadd16aed10e3e.tar.bz2
drakx-backup-do-not-use-4121a86a6bce3fc0e4f86c2a2daadd16aed10e3e.tar.xz
drakx-backup-do-not-use-4121a86a6bce3fc0e4f86c2a2daadd16aed10e3e.zip
no_comment
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");
}