When I define my own module with a manifest, I have the option to run a ps1 upon import of my module (ScriptsToProcess) (Import-Module).
Is there a similar hook for that triggers upon install (Install-Module)?
I'm asking because support for the PSData.ExternalModuleDependencies is still super scarse.
I need to trigger an installation of a dependent external module, when I install my own module(s)