aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/postinstall.rb
blob: 8e145d3fde91e67276f0475ae5ffd9d79eb3aef4 (plain)
1
2
3
4
5
module Homebrew
  def postinstall
    ARGV.formulae.each { |f| f.run_post_install }
  end
end