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