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