#!/usr/bin/perl

my $target = $ARGV[2];

system "/usr/sbin/kextcache -l -a `arch` -m \"$target/System/Library/Extensions.mkext\" " . "\"$target/System/Library/Extensions\"";
system "/usr/bin/touch -c \"$target/System/Library/Extensions/\"";
	
exit(0);
