summarylogtreecommitdiffstats
path: root/python-ocp-vscode.install
blob: b98f82d0690f454ae8845e24971b19d22374d423 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
_tell_the_user() {
  echo "Install the vs-code extension like:"
  echo '$ code --install-extension /usr/share/python-ocp-vscode/*.vsix'
  echo "Uninstall it like:"
  echo '$ code --uninstall-extension bernhard-42.ocp-cad-viewer'
  echo "You should uninstall, then install it after this package is updated"
}

post_install() {
  _tell_the_user
}

post_upgrade() {
 _tell_the_user
}