#!/usr/bin/perl
# cpanel - installcpgentoopkg 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::cPanelFunctions ();
my $virginpkg = @ARGV ? $ARGV[0] : '';
exit if !$virginpkg;
Cpanel::cPanelFunctions::installcppkg( 'gentoo', $virginpkg );