diff --git a/modules/system/system.install b/modules/system/system.install
index 6d80c43..a47e95f 100644
--- a/modules/system/system.install
+++ b/modules/system/system.install
@@ -1629,6 +1629,12 @@ function system_update_8000() {
   // Fill in the first update to Drupal 8 when needed.
 }
 
+function system_update_8001() {
+  banana();
+}
+
+
+
 /**
  * @} End of "defgroup updates-7.x-to-8.x"
  * The next series of updates should start at 9000.
