#!/usr/bin/perl

my $target = $ARGV[2];
my $pkg = $ARGV[0];

`rm -Rf "$target/Applications/Utilities/iMac Graphics Firmware Update.app"`;

exit(0);
