blob: d5f08b2360fcd52b8f1d633513c96c070aac80d0 (
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 "This package is not longer officially supported by Databricks through customer"
echo "technical support channels, and it's recommended using Databricks asset bundles"
echo "using the new databricks-cli[https://aur.archlinux.org/packages/databricks-cli-bin]"
echo
echo "Check it out the migration guide at"
echo "- https://docs.databricks.com/en/archive/dev-tools/dbx/dbx-migrate.html"
}
|