brew/Library/Homebrew/cmd/postinstall.rb

6 lines
89 B
Ruby
Raw Normal View History

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