Skip to content

Commit

Permalink
Per Sven remove /usr/share/b2d as well
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Jul 17, 2014
1 parent 5d62eb0 commit 101701f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions macosx/uninstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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:"
Expand All @@ -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
Expand Down

0 comments on commit 101701f

Please sign in to comment.