diff --git a/context_layouts/context_layouts.install b/context_layouts/context_layouts.install
new file mode 100644
index 0000000..08e8e0f
--- /dev/null
+++ b/context_layouts/context_layouts.install
@@ -0,0 +1,8 @@
+<?php
+
+/**
+ * Implements hook_enable().
+ */
+function context_layouts_enable() {
+  drupal_flush_all_caches();
+}
