You are here

function enterprise_base_content_apps_install_cleanup in Enterprise Base 7

Runs various cleanup tasks after a new app has been installed

File

./enterprise_base.module, line 62

Code

function enterprise_base_content_apps_install_cleanup() {
  drupal_flush_all_caches();
}