supercollider.install 248 B

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