summarylogtreecommitdiffstats
path: root/syncv3.install
blob: 672597d1a05521423a769e1279e17176584837fc (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

function post_upgrade() {
	if [ -f /etc/matrix-sliding-sync.conf ]; then
		echo "[Warning] Environment variable file has changed to /etc/default/sliding-sync"
		echo "Socket is available under /run/sliding-sync"
		sleep 5s
		mv /etc/matrix-sliding-sync.conf /etc/default/sliding-sync
	fi
}