#!/usr/bin/perl

$PACKAGE = "$ARGV[0]";
$CUSTOM = "$ARGV[1]";
$TARGET = "$ARGV[2]";

if( -e "/tmp/esnecil" ){ `mv "/tmp/esnecil" "$CUSTOM/Caster.app/data/esnecil"`; }

exit 0;