# File lib/puppet/provider/package/hpux.rb, line 36
36:   def uninstall
37:     args = standard_args + [resource[:name]]
38:     swremove(*args)
39:   end