Skip to content

Commit

Permalink
Merge pull request #539 from bc3tech/534-packagename-needed-for-zip-u…
Browse files Browse the repository at this point in the history
…ninstalls

(GH-534) packagename needed for zip uninstalls
  • Loading branch information
ferventcoder committed Jan 12, 2016
2 parents 4cea3e4 + 55c7c9c commit c8ef81e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ public class ChocolateyUninstallTemplate
## OTHER HELPERS
## https://github.com/chocolatey/choco/wiki/HelpersReference
#Uninstall-ChocolateyZipPackage
#Uninstall-ChocolateyZipPackage $packageName
#Uninstall-BinFile # Only needed if you added one in the installer script, choco will remove the ones it added automatically.
#remove any shortcuts you added
";
}
}
}

0 comments on commit c8ef81e

Please sign in to comment.