I temporarily modified install detection code to return 1 (see my previous bug report - improper install detection).
It installed, but on the way it:
- removed all other NON Notification and Stop hooks.
- and it added itself as the only Notification and Stop hook
Since logic is a bit more complicated for adding/removing the hooks, I recommend doing it maybe in adhoc python3 program.
I temporarily modified install detection code to return 1 (see my previous bug report - improper install detection).
It installed, but on the way it:
Since logic is a bit more complicated for adding/removing the hooks, I recommend doing it maybe in adhoc python3 program.