# File lib/puppet/provider/package/fink.rb, line 76 76: def uninstall 77: finkcmd "-y", "-q", :remove, @model[:name] 78: end