in Formula/hub.rb [54:60]
def post_install hub_home = Pathname.new "#{Dir.home}/.hub" unless hub_home.exist? system "#{Formula["hub"].opt_bin}/hub", "extensions", "install" end end