summarylogtreecommitdiffstats
path: root/tt-rss.install
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.install')
-rw-r--r--tt-rss.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/tt-rss.install b/tt-rss.install
new file mode 100644
index 000000000000..f4bc290b11ba
--- /dev/null
+++ b/tt-rss.install
@@ -0,0 +1,4 @@
+post_upgrade() {
+ echo "===> Update config.php with new configuration data from config.php-dist if necessary."
+ echo " Update CONFIG_VERSION to the new version afterwards."
+}