post_install

in Formula/install-printer.rb [14:20]


  def post_install 
    if build.with? "strap"
      system "install-printer"
    end
  end  
end