diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-04-19 08:11:42 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-04-19 08:11:42 +0000 |
commit | 4121a86a6bce3fc0e4f86c2a2daadd16aed10e3e (patch) | |
tree | 4b621cfb008e6486b6a4fd21384c374dc4d74efa /perl-install/install_steps.pm | |
parent | a62b96c5282cd9d80c4c79498f13fc3aa97555ad (diff) | |
download | drakx-4121a86a6bce3fc0e4f86c2a2daadd16aed10e3e.tar drakx-4121a86a6bce3fc0e4f86c2a2daadd16aed10e3e.tar.gz drakx-4121a86a6bce3fc0e4f86c2a2daadd16aed10e3e.tar.bz2 drakx-4121a86a6bce3fc0e4f86c2a2daadd16aed10e3e.tar.xz drakx-4121a86a6bce3fc0e4f86c2a2daadd16aed10e3e.zip |
no_comment
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 2 |
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"); } |