#!/usr/bin/perl

$targetVolume = $ARGV[2];

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

`/usr/bin/touch -c "$targetVolume/Applications"`;
`/usr/bin/touch -c "$targetVolume/Applications/Motion.app"`;

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

exit(0);

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