Version 1
[yaffs-website] / web / core / modules / system / tests / modules / update_test_postupdate / update_test_postupdate.install
diff --git a/web/core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.install b/web/core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.install
new file mode 100644 (file)
index 0000000..17158be
--- /dev/null
@@ -0,0 +1,12 @@
+<?php
+
+/**
+ * @file
+ * Install hooks for test module.
+ */
+
+/**
+ * Normal update_N() function.
+ */
+function update_test_postupdate_update_8001() {
+}