PKGBUILDs/community/supercollider/supercollider.install
2017-12-24 22:26:34 +00:00

9 lines
248 B
Plaintext

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
}