postinstall: re-add Debrew.
This commit is contained in:
parent
2bb0ad6560
commit
c87416e525
@ -24,6 +24,7 @@ begin
|
|||||||
trap("INT", old_trap)
|
trap("INT", old_trap)
|
||||||
|
|
||||||
formula = Homebrew.args.resolved_formulae.first
|
formula = Homebrew.args.resolved_formulae.first
|
||||||
|
formula.extend(Debrew::Formula) if Homebrew.args.debug?
|
||||||
formula.run_post_install
|
formula.run_post_install
|
||||||
rescue Exception => e # rubocop:disable Lint/RescueException
|
rescue Exception => e # rubocop:disable Lint/RescueException
|
||||||
error_pipe.puts e.to_json
|
error_pipe.puts e.to_json
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user