umbrel
umbrel copied to clipboard
Pre-uninstall hook does not run
Hello I have been been developing an app which uses post-install and pre-uninstall hooks.
The post-install hook runs just fine after install, but During the uninstallation phase, pre-uninstall hook never gets executed.
Both of the scripts are in the same directory. I have also doubled-checked the file permissions and confirmed that it has executable file permission.
I have also checked the logs, it shows post-install hook getting executed, but there is nothing about the pre-uninstall hook.