diff --git a/SickBeard/Sickbeard.nuspec b/SickBeard/Sickbeard.nuspec index a05b535..c6f99bc 100644 --- a/SickBeard/Sickbeard.nuspec +++ b/SickBeard/Sickbeard.nuspec @@ -3,7 +3,7 @@ SickBeard Sick Beard Usenet PVR - 2012.11.04 + 2012.11.04.1 midgetspy Ethan Brown The ultimate PVR application that searches for and manages your TV shows. diff --git a/SickBeard/tools/chocolateyUninstall.ps1 b/SickBeard/tools/chocolateyUninstall.ps1 index f7fa994..ad4d26f 100644 --- a/SickBeard/tools/chocolateyUninstall.ps1 +++ b/SickBeard/tools/chocolateyUninstall.ps1 @@ -87,13 +87,7 @@ try { # found a legit scripts dir, so delete SickBeard files if ($scriptsDir -and ($scriptsDir -ne "`"`"") -and (Test-Path $scriptsDir)) { - Write-Host "Found SABnzbd+ script_dir $scriptsDir" - $sickbeardScripts = 'autoProcessTV.cfg', 'autoProcessTV.cfg.sample', - 'autoProcessTV.py', 'hellaToSickBeard.py', 'sabToSickBeard.py' - - Write-Host "Removing SickBeard scripts $sickbeardScripts" - Get-ChildItem -Path $scriptsDir -Include $sickbeardScripts -Recurse | - Remove-Item -Force + Write-Warning "SABnzbd+ post-processing scripts at $scriptsDir must be deleted manually" } $tv = $sabconfig.categories.tv