Support for uninstalling a plugin #67
alfredbuehler
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
That seems like a very good idea if implemented properly but not many people are updating their plugins over the last few months except for me, you and @creecros so is it worth all the effort? Also, if you put the above snippet in the schema file, how would you call it on uninstall? I mean if we just add the support then we can adjust our own plugins I guess at least, others will ignore the function. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here is my idea: If the plugin developer added a function to the schema files, like
Adding the function is voluntary but recommended. If the function is present, the PluginManager could clean up the database after unloading the plugin. The developer hopefully knows exactly, what to clean up, where tools like ContentCleaner only can guess.
Any thoughts?
abu
Beta Was this translation helpful? Give feedback.
All reactions