From 101701f3ce7652d72e13e2bed798732bdb37b36b Mon Sep 17 00:00:00 2001 From: Mike Pirog Date: Wed, 16 Jul 2014 19:21:10 -0700 Subject: [PATCH] Per Sven remove /usr/share/b2d as well --- macosx/uninstall.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/macosx/uninstall.sh b/macosx/uninstall.sh index 8906696..56845d4 100755 --- a/macosx/uninstall.sh +++ b/macosx/uninstall.sh @@ -68,6 +68,7 @@ if [ "$my_answer" == "1" ]; then append kala_files "~/.boot2docker" append kala_files "$B2D" append kala_files "$DOCKER" + append kala_files "/usr/local/share/boot2docker" # Print the files and directories that are to be removed and verify # with the user that that is what he/she really wants to do. echo "The following files and directories will be removed:" @@ -83,6 +84,7 @@ if [ "$my_answer" == "1" ]; then sleep 10s /usr/bin/sudo -p "Please enter %u's password:" /bin/rm -f $B2D /usr/bin/sudo -p "Please enter %u's password:" /bin/rm -rf $HOME/.boot2docker + /usr/bin/sudo -p "Please enter %u's password:" /bin/rm -rf /usr/local/share/boot2docker fi if [ "$DOCKER" ]; then