# File lib/puppet/provider/package/aix.rb, line 59 59: def uninstall 60: # Automatically process dependencies when installing/uninstalling 61: # with the -g option to installp. 62: installp "-gu", @resource[:name] 63: end