I run a deployment script as part of my managed apps that do a few things. On a deletion of the managed application, I want to undo those few things. Is there a way to hook or know when the delete is happening so that I may run either the same or different deployment script?
I see no where to hook the delete of the manage app