brew/Library/Homebrew/cmd/postinstall.rb
2014-06-19 19:15:35 -05:00

6 lines
89 B
Ruby

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