summaryrefslogtreecommitdiff
path: root/bin/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/update.sh')
-rwxr-xr-xbin/update.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/update.sh b/bin/update.sh
index 9f91c8ecd..52ac63734 100755
--- a/bin/update.sh
+++ b/bin/update.sh
@@ -162,6 +162,10 @@ if ($RCI->configured) {
}
}
+ // index contacts for fulltext searching
+ if (version_compare($opts['version'], '0.6', '<')) {
+ system(INSTALL_PATH . 'bin/indexcontacts.sh');
+ }
if ($success) {
echo "This instance of Roundcube is up-to-date.\n";