summaryrefslogtreecommitdiffstats
path: root/Mac/OSX/BuildScript/scripts/postflight.documentation
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/OSX/BuildScript/scripts/postflight.documentation')
-rwxr-xr-xMac/OSX/BuildScript/scripts/postflight.documentation12
1 files changed, 0 insertions, 12 deletions
diff --git a/Mac/OSX/BuildScript/scripts/postflight.documentation b/Mac/OSX/BuildScript/scripts/postflight.documentation
deleted file mode 100755
index 85d400f..0000000
--- a/Mac/OSX/BuildScript/scripts/postflight.documentation
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-# FIXME
-PYVER="@PYVER@"
-
-if [ -d /Developer/Documentation ]; then
- if [ ! -d /Developer/Documentation/Python ]; then
- mkdir -p /Developer/Documentation/Python
- fi
-
- ln -fhs /Library/Frameworks/Python.framework/Versions/${PYVER}/Resources/English.lproj/Documentation "/Developer/Documentation/Python/Reference Documentation"
-fi