symbian-qemu-0.9.1-12/python-2.6.1/Mac/BuildScript/scripts/postflight.documentation
Correction for the fix for Bug 3508 - Persistent storage support breaks Linux compatibility.
A 2nd `make install' will fail attempting to create symlink libnvmemmory.so already created by 1st install.
Install should pre-emptively delete it.
#!/bin/sh
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 @PYVER@"
fi