Respond to themes being disabled.
array $theme_list: Array containing the names of the themes being disabled.
theme_disable()
Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.
function hook_themes_disabled($theme_list) { // Clear all update module caches. update_storage_clear(); }