[mini.deps] Add pre/post_remove
hooks?
#1573
Closed
jamestansx
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Thanks for the suggestion! They were considered, but they have shortcomings which I find significant:
I am afraid this won't be added. Unless, probably, the upstream (Neovim) finalizes the packspec which will include those hooks. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Since we have
pre/post_install
hooks, I think it would be useful to have a hook that run before/after removing the package. The usecase is that one might need to cleanup the stuff that was added in the install hook (example).Beta Was this translation helpful? Give feedback.
All reactions