Use Keg#uninstall to clean up kegs
This commit is contained in:
parent
acf76f3f55
commit
def6b1eaf7
@ -70,7 +70,7 @@ module Homebrew
|
|||||||
puts "Would remove: #{keg}"
|
puts "Would remove: #{keg}"
|
||||||
else
|
else
|
||||||
puts "Removing: #{keg}..."
|
puts "Removing: #{keg}..."
|
||||||
keg.rmtree
|
keg.uninstall
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user