diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/cpt.org | 3 | ||||
-rw-r--r-- | docs/cpt.texi | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/docs/cpt.org b/docs/cpt.org index 3949cea..9107604 100644 --- a/docs/cpt.org +++ b/docs/cpt.org @@ -482,9 +482,6 @@ the following =depends= file: #+END_EXAMPLE ** meta -:PROPERTIES: -:DESCRIPTION: File containing more information on packages -:END: =meta= is a non-mandatory package file that can be used to provide information otherwise non-relevant to the functions of the package manager. This file can diff --git a/docs/cpt.texi b/docs/cpt.texi index c39b393..a25b622 100644 --- a/docs/cpt.texi +++ b/docs/cpt.texi @@ -77,7 +77,7 @@ Packaging System * checksums:: The file containing sha256sum of the sources * version:: The file containing the version and the release numbers of a package * depends:: The file containing the dependencies of a package -* meta:: File containing more information on packages +* meta:: * post-install:: The post-installation script * message:: The post-installation message to be displayed * test:: The test script for a package @@ -520,7 +520,7 @@ can be patches, configuration files, etc. * checksums:: The file containing sha256sum of the sources * version:: The file containing the version and the release numbers of a package * depends:: The file containing the dependencies of a package -* meta:: File containing more information on packages +* meta:: * post-install:: The post-installation script * message:: The post-installation message to be displayed * test:: The test script for a package |