#!/usr/bin/perl
my $target = $ARGV[2];
my $pkg = $ARGV[0];

`"$target/System/Library/Filesystems/hfs.fs/hfs.util"  -J  "$target"`;

exit(0);