Implements hook_themes_installed().
public function themesInstalled($themes) { $components['theme'] = $themes; locale_system_update($components); }