Skip to content
Snippets Groups Projects
Commit 635cb27d authored by Max Howell's avatar Max Howell
Browse files

Unlink before uninstalling

Nice bug there where we never removed any symlinks, because the unlink step requires the keg to be full of files to determine what symlinks to remove.
parent 4254661c
No related branches found
No related tags found
No related merge requests found
......@@ -161,8 +161,8 @@ begin
when 'rm', 'uninstall', 'remove'
ARGV.kegs.each do |keg|
puts "Uninstalling #{keg}..."
keg.uninstall
keg.unlink
keg.uninstall
end
when 'prune'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment