# File lib/phusion_passenger/standalone/runtime_installer.rb, line 145
        def after_install
                super
                FileUtils.remove_entry_secure(@working_dir) if @working_dir
                @plugin.call_hook(:runtime_installer_cleanup) if @plugin
        end