package_control icon indicating copy to clipboard operation
package_control copied to clipboard

Add post_install event

Open idleberg opened this issue 9 years ago • 1 comments

The current events.install does not take installed dependencies into account, so it would be nice to have an event that waits for all dependencies to be installed before it's fired.

events.install("Package Name") - package was just installed

It could be argued that events.install should do that (judging by the description), but that's not for me to decide. It be be desirable to differentiate between the two.

idleberg avatar Nov 26 '16 16:11 idleberg

Package Control 4.0 installs all required libraries before a package install/upgrade finishs

deathaxe avatar Sep 19 '22 18:09 deathaxe