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 15cc11b37..78195440b 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -752,7 +752,7 @@ sub cleanIfFailedUpgrade($) {
}
#------------------------------------------------------------------------------
-sub exitInstall { install_any::ejectCdrom; }
+END { install_any::ejectCdrom }
#-######################################################################################
#- Wonderful perl :(