postinstall: re-add Debrew.

This commit is contained in:
Mike McQuaid 2020-01-02 13:55:29 +00:00
parent 2bb0ad6560
commit c87416e525
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -24,6 +24,7 @@ begin
trap("INT", old_trap)
formula = Homebrew.args.resolved_formulae.first
formula.extend(Debrew::Formula) if Homebrew.args.debug?
formula.run_post_install
rescue Exception => e # rubocop:disable Lint/RescueException
error_pipe.puts e.to_json