How to install a tool in a package?

Permalink
How do I install a tool in a package.

I know how to install a singel page,
public function install() {
$pkg = parent::install();
Loader::model('single_page');
$p = SinglePage::add('/dashboard/generate_install_data',$pkg);
}

But how to do it for tools?

jamietelin
 
JohntheFish replied on at Permalink Reply
JohntheFish
Tools do't need to be installed. They just are.