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 04:04:02 UTC 2012
[aur-mirror.git]
/
fofix-pitchbend
/
fofix-pitchbend.install
blob
5ca92ec9b0987c0928c315b13cbb72ead72e486b
1
pre_install() {
2
echo "Building module..."
3
cd /tmp/pitchbend-build
4
python2 setup.py build
5
}
6
7
post_install() {
8
echo "Installing module..."
9
cd /tmp/pitchbend-build
10
python2 setup.py install
11
cd
12
rm -rf /tmp/pitchbend-build
13
}
14
15
post_remove() {
16
sudo rm /usr/lib/python2.7/site-packages/pygame/pitchbend.so
17
}