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