summarylogtreecommitdiffstats
path: root/go-ipfs-git.install
blob: 2c98921d58af4051181907c0cef537786d9cebd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_upgrade() {
	OLD="$2"
	NEW="$1"

	if [ $(vercmp "0.4.3dev" "$OLD") -gt 0 ]; then
		echo
		echo "    ################################################"
		echo "             IPFS repo format hash changed."
		echo "          You will have to run migrations tool."
		echo "    See: https://github.com/ipfs/fs-repo-migrations/"
		echo "    ################################################"
	fi
}