# File lib/puppet/provider/package/pkg.rb, line 81
81:   def uninstall
82:     pkg :uninstall, '-r', @resource[:name]
83:   end