#!/usr/bin/perl
# cpanel - rpmpreinstall Copyright(c) 2010 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'; }
use Cpanel::RpmUtils;
Cpanel::RpmUtils::rpmpreinstall($ARGV[0]);