#!/usr/bin/perl
# cpanel - autofixer2/ea4-clear-cache             Copyright(c) 2016 cPanel, Inc.
#                                                           All rights Reserved.
# copyright@cpanel.net                                         http://cpanel.net
# This code is subject to the cPanel license. Unauthorized copying is prohibited

use strict;

system(qw/yum clean all/);
