summarylogtreecommitdiffstats
path: root/sogo.install
diff options
context:
space:
mode:
authorDJ Lucas2016-05-18 22:07:32 -0500
committerDJ Lucas2016-05-18 22:07:32 -0500
commit1a2e9a2b76e8cf8790852a50e9aa613f63fced77 (patch)
treeabff90e7cad2c47f51ab01a2a262cfc776dbc53c /sogo.install
parent28f74fb50883255001f050103252663184d1ee4d (diff)
downloadaur-1a2e9a2b76e8cf8790852a50e9aa613f63fced77.tar.gz
Update to SOGo-3.1.0
Diffstat (limited to 'sogo.install')
-rw-r--r--sogo.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/sogo.install b/sogo.install
index 925ddd6c011e..47ad758db36f 100644
--- a/sogo.install
+++ b/sogo.install
@@ -2,6 +2,7 @@ post_install() {
useradd -r -d /etc/sogo sogo &>/dev/null
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."
}
@@ -12,6 +13,9 @@ 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."
}