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
94 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
Always respect build options when invoking post_install Fixes Homebrew/homebrew#36335.
2015-02-06 22:36:53 -05:00
ARGV
.
formulae
.
each
{
|
f
|
f
.
run_post_install
}
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
end
end
Reference in New Issue
Copy Permalink