Method: PSWindows::Pkg#uninstall_package
- Defined in:
- lib/beaker/host/pswindows/pkg.rb
#uninstall_package(name, cmdline_args = '') ⇒ Object
21 22 23 24 25 |
# File 'lib/beaker/host/pswindows/pkg.rb', line 21 def uninstall_package(name, cmdline_args = '') #HACK NOOP #raise "Package #{name} cannot be uninstalled on #{self}" 0 end |