Changes

Jump to navigation Jump to search
m
Line 88: Line 88:     
==== 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, imagine your module is called "mymetapack". When installating this module, it should 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 should 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">

Navigation menu