File: //proc/self/root/proc/self/root/scripts.20110531.215904.25158/installcpbsdpkg
#!/usr/bin/perl
# cpanel - installcpbsdpkg 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( 'freebsd', $virginpkg );