hook_enable()
Perform necessary actions after module is enabled.
The hook is called every time the module is enabled.
module_enable()
hook_install()
hook_modules_enabled()
drupal/modules/system/system.api.php, line 3273
<?php function hook_enable() { mymodule_cache_rebuild(); } ?>