Changes

Jump to navigation Jump to search
m
Line 87: Line 87:  
==== MetaPackages ====
 
==== MetaPackages ====
 
If your module is a "metapackage", so a module that includes several modules, you must include a file called *metapackage.conf* into the main directory with name of list of all other modules provided by your package.
 
If your module is a "metapackage", so a module that includes several modules, you must include a file called *metapackage.conf* into the main directory with name of list of all other modules provided by your package.
For example, image your module is called "mymetapack". When installating this module, it also install the module "abc" and "def". So you must include in the zip of your package a file *mymetapack/metapackage.conf* with the following content:
+
For example, imagine your module is called "mymetapack". When installating this module, it also install the module "abc" and "def". So you must include in the zip of your package a file *mymetapack/metapackage.conf* with the following content:
 
<source lang="php">
 
<source lang="php">
 
# This file describes all the modules that are included in the zip module_metapackage-x.y.zip
 
# This file describes all the modules that are included in the zip module_metapackage-x.y.zip

Navigation menu