repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git]
/
swingosc
/
swingosc.install
blob
fab5bb03d084dc420e4a7f3d22ef66c9760acf04
1
post_install() {
2
cat << EOF
3
4
==> For use with SuperCollider, add these lines to your .sclang.sc
5
GUI.swing;
6
SwingOSC.java = "/usr/bin/java";
7
SwingOSC.program = ("/usr/bin/SwingOSC.jar").standardizePath;
8
SwingOSC.default.boot;
9
10
EOF
11
}
12
13
post_upgrade() {
14
post_install
15
}