Skip to content

Commit

Permalink
Merge branch 'stable'
Browse files Browse the repository at this point in the history
* stable:
  (GH-534) Update ChocolateyUninstallTemplate.cs
  • Loading branch information
ferventcoder committed Jan 14, 2016
2 parents 0328603 + c8ef81e commit 3a2217f
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 3a2217f

Please sign in to comment.