diff --git a/core/update.php b/core/update.php
index ac3b255..d1a0940 100644
--- a/core/update.php
+++ b/core/update.php
@@ -111,6 +111,9 @@ function update_script_selection_form($form, &$form_state) {
     $form['links'] = array(
       '#markup' => theme('item_list', array('items' => update_helpful_links())),
     );
+
+    // No updates to run, so caches won't get flushed later.  Clear them now.
+    drupal_flush_all_caches();
   }
   else {
     $form['help'] = array(
