| Line 1... |
Line 1... |
#!/bin/sh
|
#!/bin/sh
|
|
|
# Copyright (c) 2009, Jim Riggs, Christian Serving, L.L.C.
|
# Copyright (c) 2009-2011, Jim Riggs, Christian Serving, L.L.C.
|
# All rights reserved.
|
# All rights reserved.
|
#
|
#
|
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
# modification, are permitted provided that the following conditions are
|
# modification, are permitted provided that the following conditions are
|
# met:
|
# met:
|
| Line 29... |
Line 29... |
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
##
|
##
|
# preflight.sh
|
# preflight.sh
|
# Copyright (c) 2009 Jim Riggs, Christian Serving, L.L.C. All rights reserved.
|
# Copyright (c) 2009-2011 Jim Riggs, Christian Serving, L.L.C. All rights reserved.
|
#
|
#
|
# @(#) $Id: postflight.sh 6 2009-06-27 08:17:43Z jhriggs $
|
# @(#) $Id: postflight.sh 6 2009-06-27 08:17:43Z jhriggs $
|
##
|
##
|
|
|
if [ -L "/private/tmp/TruePreviewInstallerCurrentUser" ]
|
if [ -L "/private/tmp/TruePreviewInstallerCurrentUser" ]
|