updated on Fri Jan 20 20:16:25 UTC 2012
[aur-mirror.git] / scvim-svn / scvim-svn.install
blob37ac48d7635185dd5c77a761554ab67c0fea528a
1 post_install() {
2 echo "If you want help from within scvim run:"
3 echo "scvim_make_help -c -s /usr/share/SuperCollider/Help"
4 echo ""
5 echo "For more options and for usage read:"
6 echo "https://supercollider.svn.sourceforge.net/svnroot/supercollider/trunk/editors/scvim/README"
10 post_upgrade() {
11 post_install $1
15 # vim:set ts=2 sw=2 et: