#!/usr/bin/perl

my $targetVol = $ARGV[2];

`/usr/sbin/chroot "$targetVol" /usr/X11R6/bin/fc-cache /System/Library/Fonts /Library/Fonts`;
