kolibrios-gcc-toolchain/chocolatey/tools/chocolateyUninstall.ps1

5 lines
174 B
PowerShell
Raw Permalink Normal View History

$installPath = Get-Content C:\ProgramData\Chocolatey\lib\kos32-gcc\install-path | Out-String | ConvertFrom-StringData
Remove-Item -LiteralPath $installPath -Force -Recurse