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: 52a2c1d470a3b75e85b55219f7b876005bad2fe1 (
plain
)
1
2
3
4
5
module
Homebrew
def
postinstall
ARGV
.
formulae
.
each
{
|
f
|
f
.
post_install
}
end
end