This website requires JavaScript.
Explore
Help
Sign In
admin
/
brew
Watch
1
Star
0
Fork
0
You've already forked brew
Code
Issues
Packages
Projects
Releases
6
Wiki
Activity
brew
/
Library
/
Homebrew
/
cmd
/
postinstall.rb
6 lines
89 B
Ruby
Raw
Normal View
History
Unescape
Escape
Only "extend self" once on the Homebrew module
2014-06-18 22:41:47 -05:00
module
Homebrew
brew-postinstall: add new command. Runs post-install jobs in case they failed or need rerun for any reason.
2013-09-01 13:56:35 +01:00
def
postinstall
ARGV
.
formulae
.
each
{
|
f
|
f
.
post_install
}
end
end
Reference in New Issue
Copy Permalink