PKGBUILDs/extra/supercollider/supercollider.install
2023-05-29 21:48:20 +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
}