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 Sun Jan 15 16:02:00 UTC 2012
[aur-mirror.git]
/
csound5-cvs
/
csound5-cvs.install
blob
6db0cc14f37af0692980c9c1c6b9ef28ebf7d8dc
1
post_install() {
2
echo ""
3
echo ":: include this line in your .bashrc:"
4
echo ":: export OPCODEDIR64=/lib/csound/plugins64"
5
echo ":: export CSSTRNGS=/share/locale"
6
}
7
8
post_upgrade() {
9
post_install
10
}
11
12
# vim:set ts=2 sw=2 et: