summarylogtreecommitdiffstats
path: root/azuredatastudio.install
diff options
context:
space:
mode:
Diffstat (limited to 'azuredatastudio.install')
-rw-r--r--azuredatastudio.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/azuredatastudio.install b/azuredatastudio.install
new file mode 100644
index 000000000000..341e4049e482
--- /dev/null
+++ b/azuredatastudio.install
@@ -0,0 +1,10 @@
+#! /bin/bash
+
+post_install() {
+ echo '==> The package azuredatastudio will start building from source at the next release!'
+ echo '==> If you want to keep using the pre-built distribution switch to azuredatastudio-bin'
+}
+
+post_upgrade() {
+ post_install
+}