build: choco: add chocolateyUninstall.ps1

This commit is contained in:
Bill Zissimopoulos 2017-03-10 10:44:56 -08:00
parent 3ddc2249f6
commit 2def18e271

View File

@ -33,4 +33,4 @@ if ($key.Count -eq 1) {
Write-Warning "Too many matching packages found! Package may not be uninstalled."
Write-Warning "Please alert package maintainer the following packages were matched:"
$key | % {Write-Warning "- $_"}
}
}