updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / fofix-pitchbend / fofix-pitchbend.install
blob5ca92ec9b0987c0928c315b13cbb72ead72e486b
1 pre_install() {
2 echo "Building module..."
3 cd /tmp/pitchbend-build
4 python2 setup.py build
7 post_install() {
8 echo "Installing module..."
9 cd /tmp/pitchbend-build
10 python2 setup.py install
12 rm -rf /tmp/pitchbend-build
15 post_remove() {
16 sudo rm /usr/lib/python2.7/site-packages/pygame/pitchbend.so