majkinetor / au-packages

Chocolatey packages by majkinetor
https://gist.github.com/majkinetor/a700c70b8847b29ebb1c918d47ee4eb1
GNU General Public License v2.0
66 stars 45 forks source link

[pandoc] Remove Creation Of `pandoc-citeproc.exe` Shim #241

Open mattcargile opened 10 months ago

mattcargile commented 10 months ago

This binary was removed as of 2.11. Prevent broken shim from being generated.

image

I assume this is the straightforward line to modify?

https://github.com/majkinetor/au-packages/blob/e97e838e8ca006054383cb650886045f3c5e5f3d/pandoc/tools/chocolateyInstall.ps1#L22

The below uninstall seems less straightforward as folks with newer versions have this broken shim while others might not. For instance, I delete mine on every upgrade.

https://github.com/majkinetor/au-packages/blob/e97e838e8ca006054383cb650886045f3c5e5f3d/pandoc/tools/chocolateyUninstall.ps1#L1