index
:
brew
cmd-upgrade--change-build_bottle-method-call-to-bottle
master
🍺 The missing package manager for macOS
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Library
/
Homebrew
/
cmd
/
postinstall.rb
blob: 8e145d3fde91e67276f0475ae5ffd9d79eb3aef4 (
plain
)
1
2
3
4
5
module
Homebrew
def
postinstall
ARGV
.
formulae
.
each
{
|
f
|
f
.
run_post_install
}
end
end