Drush update modules
Component ID
2337361
Component name
Drush update modules
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
40
Component created
Component changed
Component body
Provides drush hooks to allow 'update modules' to be installed before or after hook_update_N() is run.
This allows projects where lots of updates are being added to do so without worrying about merge conflicts.
Update modules should have the following in their .info in order to get picked up:
update type = before
Or
update type = after
All logic should happen in hook_install()
