Index: modules/update/update.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/update/update.module,v
retrieving revision 1.10
diff -u -p -r1.10 update.module
--- modules/update/update.module	10 Jan 2008 14:14:54 -0000	1.10
+++ modules/update/update.module	15 Jan 2008 06:59:06 -0000
@@ -337,6 +337,13 @@ function update_get_available($refresh =
 }
 
 /**
+ * Implementation of hook_flush_caches().
+ */
+function update_flush_caches() {
+  return array('cache_update');
+}
+
+/**
  * Invalidates any cached data relating to update status.
  */
 function update_invalidate_cache() {
