diff options
-rw-r--r-- | docs/cpt.org | 3 | ||||
-rw-r--r-- | docs/cpt.texi | 3 | ||||
-rw-r--r-- | docs/cpt.txt | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/docs/cpt.org b/docs/cpt.org index 1e551fe..7496ec9 100644 --- a/docs/cpt.org +++ b/docs/cpt.org @@ -553,6 +553,9 @@ license: MIT maintainer: Linux User <linux-user@example.com> #+end_example +Even though =meta= is not mandatory by the packaging system, it is a mandatory +file for submitting packages to Carbs Linux repositories. + ** post-install :PROPERTIES: :DESCRIPTION: The post-installation script diff --git a/docs/cpt.texi b/docs/cpt.texi index b16fea7..8bdcd99 100644 --- a/docs/cpt.texi +++ b/docs/cpt.texi @@ -689,6 +689,9 @@ license: MIT maintainer: Linux User <linux-user@@example.com> @end example +Even though @samp{meta} is not mandatory by the packaging system, it is a mandatory +file for submitting packages to Carbs Linux repositories. + @node post-install @section post-install diff --git a/docs/cpt.txt b/docs/cpt.txt index 4e680b5..550a6a3 100644 --- a/docs/cpt.txt +++ b/docs/cpt.txt @@ -603,6 +603,9 @@ development manual for *Carbs Packaging Tools*. For development logs see | maintainer: Linux User <linux-user@example.com> `---- + Even though `meta' is not mandatory by the packaging system, it is a + mandatory file for submitting packages to Carbs Linux repositories. + [pkg_query_meta()] See section 8.7.10 |