summarylogtreecommitdiffstats
path: root/azuredatastudio.install
blob: 341e4049e482d4a45a5489906881877357426ea2 (plain)
1
2
3
4
5
6
7
8
9
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
}