chicken-package/chocolateyUninstall.ps1

4 lines
181 B
PowerShell

Remove-Item -Recurse -Force "$(Get-ToolsLocation)\chicken"
Uninstall-ChocolateyEnvironmentVariable -VariableName "CHICKEN_PREFIX" -VariableType Machine
Update-SessionEnvironment