#!/usr/lib/env perl

# cpanel - cp_util/cleanup.pl                     Copyright(c) 2011 cPanel, Inc.
#                                                           All rights Reserved.
# copyright@cpanel.net                                         http://cpanel.net
# This code is subject to the cPanel license. Unauthorized copying is prohibited

BEGIN { unshift @INC, '/usr/local/cpanel', '/var/cpanel/perl/easy'; }

use strict;
use warnings;

system 'rm', '-fv', '/var/cpanel/easy_no_targz_yaml', '/var/cpanel/easy_skip_cpanelsync',
                    '/var/cpanel/use_easy_test_branch/'    # note: this file is now obsolete
    ;
