diff --git a/entity_translation.install b/entity_translation.install
index d6d974f..a1d6164 100644
--- a/entity_translation.install
+++ b/entity_translation.install
@@ -258,3 +258,10 @@ function entity_translation_update_7004() {
   // the one implemented by alpha2. This is now performed in update 7002 because
   // permissions cannot be granted if workflow permissions are not enabled.
 }
+
+/**
+ * Clear entity info cache.
+ */
+function entity_translation_update_7005() {
+  entity_info_cache_clear();
+}
