brew-postinstall: add new command.
Runs post-install jobs in case they failed or need rerun for any reason.
This commit is contained in:
parent
0c5d928cad
commit
626b56f9f6
7
Library/Homebrew/cmd/postinstall.rb
Normal file
7
Library/Homebrew/cmd/postinstall.rb
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
require 'formula_installer'
|
||||||
|
|
||||||
|
module Homebrew extend self
|
||||||
|
def postinstall
|
||||||
|
ARGV.formulae.each {|f| f.post_install }
|
||||||
|
end
|
||||||
|
end
|
||||||
Loading…
x
Reference in New Issue
Block a user