Skip to content
Snippets Groups Projects
Commit 626b56f9 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

brew-postinstall: add new command.

Runs post-install jobs in case they failed or need rerun for any reason.
parent 0c5d928c
No related branches found
No related tags found
No related merge requests found
require 'formula_installer'
module Homebrew extend self
def postinstall
ARGV.formulae.each {|f| f.post_install }
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment