summarylogtreecommitdiffstats
path: root/python-databricks-cli.install
blob: 9e55b5f3cc6406908205ae7fae1f95ce1b7cc360 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
post_install() {
	common
}

post_upgrade() {
	common
}

common() {
	echo "The python databricks cli have been deprecated in favour of (go) databricks cli"
	echo "and the 0.18 release will be the last one and this software won't be supported"
	echo "by databricks anymore"
	echo
	echo "The new supported client is available at:"
	echo "- https://aur.archlinux.org/packages/databricks-cli-bin"
}