#!/usr/bin/perl

########################################################
# Nudge the filesystem to make things update faster
system("/usr/bin/touch \"$3\"");
system("/usr/bin/touch \"$3/Applications\"");

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

exit(0);