# File lib/puppet/provider/package/sun.rb, line 139 139: def uninstall 140: command = ["-n"] 141: 142: command << "-a" << @resource[:adminfile] if @resource[:adminfile] 143: 144: command << @resource[:name] 145: pkgrm command 146: end