diff --git a/core/lib/Drupal/Core/Updater/Theme.php b/core/lib/Drupal/Core/Updater/Theme.php
index 4bd716a..e24b76a 100644
--- a/core/lib/Drupal/Core/Updater/Theme.php
+++ b/core/lib/Drupal/Core/Updater/Theme.php
@@ -82,6 +82,7 @@ public function postInstall() {
    */
   public function postInstallTasks() {
     return array(
+      l(t('Install another theme'), 'admin/appearance/install'),
       l(t('Enable newly added themes'), 'admin/appearance'),
       l(t('Administration pages'), 'admin'),
     );
