summaryrefslogtreecommitdiff
path: root/libre/supercollider/supercollider.install
blob: d69f3162d3ce22d6d068fa625807db21ccc562cf (plain)
1
2
3
4
5
6
7
8
post_install () {
  echo "The vim plugin 'SCVim' is now developed separately: https://github.com/supercollider/scvim"
  echo "Until a package is provided, please use the install methods mentioned in the link."
}

post_upgrade () {
  post_install
}