From: Yaroslav Halchenko <debian@onerussian.com>
Subject: Do not install Windows specific psychopy_post_inst.py
Origin: Michael Hanke <michael.hanke@gmail.com>

--- a/setup.py
+++ b/setup.py
@@ -47,7 +47,8 @@ elif platform=='posix':
 
 setup(name="PsychoPy",
     packages=packages,
-    scripts = ['psychopy_post_inst.py'],
+    # No need for win32 postinst script in Debian
+    # scripts = ['psychopy_post_inst.py'],
     include_package_data =True,
     package_data = {
         # If any package contains *.txt or *.rst files, include them:
