diff --git a/uuid.install b/uuid.install
index 4fa4c78..9624635 100644
--- a/uuid.install
+++ b/uuid.install
@@ -91,9 +91,9 @@ function uuid_uninstall() {
 }
 
 /**
- * Implements hook_modules_installed().
+ * Implements hook_modules_enabled().
  */
-function uuid_modules_installed($modules) {
+function uuid_modules_enabled($modules) {
   // Run the installation hook. This makes sure that the schema for all
   // supported core entity types is set correct.
   uuid_install();
