This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
brew
Watch
1
Star
0
Fork
0
You've already forked brew
mirror of
https://github.com/Homebrew/brew.git
synced
2025-07-14 16:09:03 +08:00
Code
Issues
Packages
Projects
Releases
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