summaryrefslogtreecommitdiffstats
path: root/Mac/BuildScript/scripts/postflight.documentation
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2018-02-27 22:39:50 (GMT)
committerNed Deily <nad@python.org>2018-02-27 22:39:50 (GMT)
commitcc5ac04c07097218477064a38d551f62fe682447 (patch)
tree252fcf0ec1ac791268d234c944743326250b2fbc /Mac/BuildScript/scripts/postflight.documentation
parent9189e95d9c6691de18783b2e9213ec2dc18fd0c5 (diff)
downloadcpython-cc5ac04c07097218477064a38d551f62fe682447.zip
cpython-cc5ac04c07097218477064a38d551f62fe682447.tar.gz
cpython-cc5ac04c07097218477064a38d551f62fe682447.tar.bz2
Update macOS installer resources
Diffstat (limited to 'Mac/BuildScript/scripts/postflight.documentation')
-rwxr-xr-xMac/BuildScript/scripts/postflight.documentation1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/BuildScript/scripts/postflight.documentation b/Mac/BuildScript/scripts/postflight.documentation
index b9f28a5..3cbbc1b 100755
--- a/Mac/BuildScript/scripts/postflight.documentation
+++ b/Mac/BuildScript/scripts/postflight.documentation
@@ -12,6 +12,7 @@ SHARE_DOCDIR_TO_FWK="../../.."
# make link in /Applications/Python m.n/ for Finder users
if [ -d "${APPDIR}" ]; then
ln -fhs "${FWK_DOCDIR}/index.html" "${APPDIR}/Python Documentation.html"
+ open "${APPDIR}" || true # open the applications folder
fi
# make share/doc link in framework for command line users