aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/postinstall.rb
blob: d604167693c8abd96644051570f323d0e6014900 (plain)
1
2
3
4
5
6
7
require 'formula_installer'

module Homebrew
  def postinstall
    ARGV.formulae.each {|f| f.post_install }
  end
end