diff --git a/update/utils/cl_update.py b/update/utils/cl_update.py index d300ea0..0a815ff 100644 --- a/update/utils/cl_update.py +++ b/update/utils/cl_update.py @@ -192,6 +192,13 @@ class ClUpdateAction(Action): 'condition': was_installed('.*', log_names['revdep']), 'decoration': 'Update.update_task("%s")' % log_names['revdep'] }, + {'name': 'update_other:dispatch_conf_end', + 'message': __("Updating configuration files"), + 'method':'Update.dispatchConf()', + 'condition': lambda Get: ((Get('cl_update_rev_set') == 'on' or + Get('cl_rebuild_world_set') == 'on') and + Get('cl_update_pretend_set') == 'off') + }, ] }, {'name': 'update:set_upto_date_cache',