We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cad2b0 commit 042ff32Copy full SHA for 042ff32
docs/backend/generic-setup.md
@@ -306,14 +306,6 @@ Best practice for all versions of GenericSetup is this:
306
Besides out-of-the-box XML steps which provide both install and uninstall,
307
GenericSetup provides a way to run custom Python code when your add-on package is installed and uninstalled.
308
309
-This is not a very straightforward process, though.
310
-
311
-````{note}
312
-An easier way may be possible for you.
313
-GenericSetup 1.8.2 has an option to point to a function to run before or after applying all import steps for your profile.
314
315
-If you do not need to support older versions, this is the easiest way.
316
317
In `configure.zcml`:
318
319
```
0 commit comments