'include' => '*',
'dir_roles' =>
array(
- 'lib' => 'php',
'doc' => 'doc',
'example' => 'doc',
+ 'js' => 'horde',
+ 'lib' => 'php',
+ 'migration' => 'data',
'script' => 'script',
'test' => 'test',
- 'migration' => 'data',
),
)
);
$file['attribs']['name'], $components[1]
);
break;
+ case 'js':
+ $package->addInstallAs(
+ $file['attribs']['name'], $file['attribs']['name']
+ );
+ break;
case 'migration':
$components = explode('/', $components[1]);
array_splice($components, count($components) - 1, 0, 'migration');