post_install

in Formula/hubctl.rb [54:60]


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