Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbtek committed Sep 6, 2018
1 parent d17c0d7 commit cd8cd48
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion cookbooks/brew/recipes/uninstall.bash
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,18 @@
function uninstall()
{
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)" || true
initializeFolder '/usr/local'
rm -f -r '/usr/local/bin' \
'/usr/local/Caskroom' \
'/usr/local/Cellar' \
'/usr/local/etc' \
'/usr/local/Frameworks' \
'/usr/local/Homebrew' \
'/usr/local/include' \
'/usr/local/lib' \
'/usr/local/opt' \
'/usr/local/sbin' \
'/usr/local/share' \
'/usr/local/var'
}

function main()
Expand Down

0 comments on commit cd8cd48

Please sign in to comment.