 metatag_context/metatag_context.install |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/metatag_context/metatag_context.install b/metatag_context/metatag_context.install
new file mode 100644
index 0000000..a9000bd
--- /dev/null
+++ b/metatag_context/metatag_context.install
@@ -0,0 +1,9 @@
+<?php
+
+/**
+ * Implements hook_enable().
+ */
+function metatag_context_enable() {
+  // Clear the cache so context and ctools know about this plugin.
+  cache_clear_all('*', 'cache', TRUE);
+}
