Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Commit

Permalink
Merge pull request #499 from t3easy/patch-1
Browse files Browse the repository at this point in the history
Forget install state of docker packages
  • Loading branch information
nathanleclaire committed May 21, 2016
2 parents cd650fc + 371a106 commit a47992c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions osx/uninstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,10 @@ rm -f /usr/local/bin/docker-compose
echo "Removing boot2docker.iso"
rm -rf /usr/local/share/boot2docker

echo "Forget packages"
pkgutil --forget io.docker.pkg.docker
pkgutil --forget io.docker.pkg.dockercompose
pkgutil --forget io.docker.pkg.dockermachine
pkgutil --forget io.boot2dockeriso.pkg.boot2dockeriso

echo "All Done!"

0 comments on commit a47992c

Please sign in to comment.