aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/keg.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/keg.rb b/Library/Homebrew/keg.rb
index fb6996cdd..269999bc3 100644
--- a/Library/Homebrew/keg.rb
+++ b/Library/Homebrew/keg.rb
@@ -22,7 +22,6 @@ class Keg < Pathname
end
def uninstall
- chmod_R 0777 # ensure we have permission to delete
rmtree
parent.rmdir_if_possible
end