#!/bin/sh

# preflight.sh
# dataCard
#
# Created by raoyuanjie on 8/29/07.
# Copyright 2007 __MyCompanyName__. All rights reserved.

# product custom

source "$1/Contents/Resources/common"

echo "postflight start!"

echo CURRENT_USER=$USER
echo "************Begin to revoke swapper post*****************"
if [ "x$support_mac_autorun" = "xYES" ]; then
source "$pkgDir/AutorunResource/postflight"
fi




# read all domains
touch -fm "$drv_root"

#
# uninstall
#
source "$pkgDir/Uninstall/postflight"


source "$pkgDir/startSwapper" &

echo "postflight end!"