brew/Library/Homebrew/cmd/postinstall.rb
2014-06-19 13:10:36 -05:00

8 lines
118 B
Ruby

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