summaryrefslogtreecommitdiffstats
path: root/Mac/BuildScript/scripts
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:44:28 (GMT)
commit88369bf54580065efe2fbe46deba7e790ee41a9b (patch)
treec9f66f8116d1c9eee9fbbaf6513a137a70fd236c /Mac/BuildScript/scripts
parenta7edca7122cb952874e74d64d693c5b938c758cb (diff)
downloadcpython-88369bf54580065efe2fbe46deba7e790ee41a9b.zip
cpython-88369bf54580065efe2fbe46deba7e790ee41a9b.tar.gz
cpython-88369bf54580065efe2fbe46deba7e790ee41a9b.tar.bz2
Update macOS installer resources
Diffstat (limited to 'Mac/BuildScript/scripts')
-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