summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Leeds <matthew.leeds@endlessm.com>2018-07-27 12:47:08 -0700
committerMatthew Leeds <matthew.leeds@endlessm.com>2018-07-27 12:47:08 -0700
commit59997dd126a4494b95a2334235601578be4e1787 (patch)
tree9c3f72f2babff810db2b2210dab0f469d63249ec
parent67510fa6cf37b566d71c65bd694ca6d9861b9ceb (diff)
downloadflatpak-autoprune-unless-docs.tar.gz
doc: Document the autoprune-unless metadata keyautoprune-unless-docs
-rw-r--r--doc/flatpak-metadata.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/flatpak-metadata.xml b/doc/flatpak-metadata.xml
index 3490cfe4..ae62764a 100644
--- a/doc/flatpak-metadata.xml
+++ b/doc/flatpak-metadata.xml
@@ -611,6 +611,16 @@
</para></listitem>
</varlistentry>
<varlistentry>
+ <term><option>autoprune-unless</option> (string)</term>
+ <listitem><para>
+ A condition that must be false for the extension to be considered unused when
+ pruning. For example, <command>flatpak uninstall --unused</command> uses
+ this information. The only currently recognized value is active-gl-driver,
+ which is true if the name of the active GL driver matches the extension
+ point basename. Available since 0.11.8.
+ </para></listitem>
+ </varlistentry>
+ <varlistentry>
<term><option>enable-if</option> (string)</term>
<listitem><para>
A condition that must be true for the extension to be enabled.