#!/usr/bin/perl

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

`/bin/rm -rf "$target/Applications/Server/Xsan Admin.app/Contents/Resources/VolumeSettings/UncompressedHDVideo.plist" >/dev/null 2>&1`;

exit(0);
