PKGBUILDs/extra/supercollider/supercollider.install

9 lines
248 B
Plaintext
Raw Permalink Normal View History

2017-12-24 22:26:34 +00:00
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
}