#!/bin/sh

#####################################################################################################

/usr/bin/touch -c "$3/System/Library/Extensions/SXUPTP.kext" 
/usr/bin/touch -c "$3/System/Library/Extensions/SXUPTPLegacy.kext" 
/usr/bin/touch -c "$3/Applications/SharePort Utility.app"

#####################################################################################################

"$1/Contents/Resources/z_kextCacheCleanup"

#####################################################################################################

exit 0
