summarylogtreecommitdiffstats
path: root/sogo.install
diff options
context:
space:
mode:
authorDJ Lucas2016-06-02 22:29:07 -0500
committerDJ Lucas2016-06-02 22:29:07 -0500
commit38d2f1523fcbadcbe64102273d5dd627d8cea344 (patch)
treec9c2dde3ea52369838522768f4aaebc25da7f6b3 /sogo.install
parent1a2e9a2b76e8cf8790852a50e9aa613f63fced77 (diff)
downloadaur-38d2f1523fcbadcbe64102273d5dd627d8cea344.tar.gz
Update to SOGo-3.1.1.
Diffstat (limited to 'sogo.install')
-rw-r--r--sogo.install15
1 files changed, 9 insertions, 6 deletions
diff --git a/sogo.install b/sogo.install
index 47ad758db36f..154630ae2a83 100644
--- a/sogo.install
+++ b/sogo.install
@@ -3,8 +3,11 @@ post_install() {
mkdir -p /var/log/sogo
chown -R sogo:sogo /etc/sogo /var/log/sogo
/usr/sbin/systemctl daemon-reload
- echo "NOTE: If upgrading from a 2.1.x version of sogo, you must run the SQL update"
- echo "script for your installed SQL server, located in /usr/lib/sogo/scripts."
+ echo "NOTE: If migrating from a version of SOGo prior to 2.3.0, you must run the SQL"
+ echo "update script(s) for your SQL server, located in /usr/lib/sogo/scripts."
+ echo "WARNING: Do not run the 3.0.0-to-combined scripts unless you intend to move"
+ echo "to the new table format. Please consult the documentation before doing so."
+
}
pre_remove() {
@@ -14,8 +17,8 @@ pre_remove() {
post_upgrade() {
/usr/sbin/systemctl daemon-reload
- echo "NOTE: If upgrading from a 2.1.x version of sogo, you must run the SQL update"
- echo "script for your installed SQL server, located in /usr/lib/sogo/scripts."
- echo "It is not necessary to run the 3.0.0-3.1.0 script unless you want to move"
- echo "to the new table format. Please consult the documentaion before doing so."
+ echo "NOTE: If upgrading from a version of SOGo prior to 2.3.0, you must run the SQL"
+ echo "update script(s) for your SQL server, located in /usr/lib/sogo/scripts."
+ echo "WARNING: Do not run the 3.0.0-to-combined script unless you intend to move"
+ echo "to the new table format. Please consult the documentation before doing so."
}