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, 0 insertions, 10 deletions
diff --git a/scripts/packages/chocolatey/tools/chocolateyuninstall.ps1 b/scripts/packages/chocolatey/tools/chocolateyuninstall.ps1
deleted file mode 100644
index 0b4daa3f7b..0000000000
--- a/scripts/packages/chocolatey/tools/chocolateyuninstall.ps1
+++ /dev/null
@@ -1,10 +0,0 @@
-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
-"@