bug 600098: update access and modification time on top-level application bundle on Mac OS X after successful update. r=bhearsum, a=blocking-beta-7

This commit is contained in:
Nick Thomas 2010-10-01 12:33:47 -04:00
parent ae7f778e4a
commit ffe54290b0

View File

@ -44,6 +44,12 @@ if test $? -ne 0 ; then
exit 1
fi
# On Mac, force a top-level file so that OS X reloads the Info.plist
# and launches the right architecture for the OS version, bug 600098
if [[ -d Contents ]]; then
touch force_plist_reload
fi
list_files files
popd