#!/usr/bin/perl

system( $ARGV[0] . "/Contents/Resources/deleteomatic", 
		$ARGV[2] . "/", 
		$ARGV[0] . "/Contents/Resources/cleanup-docs" );

# now make sure to exit 0
exit 0;
