aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/packages/chocolatey/tools/chocolateyuninstall.ps1
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/packages/chocolatey/tools/chocolateyuninstall.ps1')
-rw-r--r--scripts/packages/chocolatey/tools/chocolateyuninstall.ps110
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/packages/chocolatey/tools/chocolateyuninstall.ps1 b/scripts/packages/chocolatey/tools/chocolateyuninstall.ps1
new file mode 100644
index 0000000000..0b4daa3f7b
--- /dev/null
+++ b/scripts/packages/chocolatey/tools/chocolateyuninstall.ps1
@@ -0,0 +1,10 @@
+write-host @"
+bazel is being uninstalled.
+
+You should now:
+* Remove "<msys>/usr/bin" from your PATH
+
+Sorry this isn't automatic; there are no helper functions available within chocolatey (as of v0.10.0) to do these steps as part of the uninstall. See:
+* https://github.com/chocolatey/choco/issues/310
+* https://github.com/chocolatey/package-validator/issues/148
+"@