From 59997dd126a4494b95a2334235601578be4e1787 Mon Sep 17 00:00:00 2001 From: Matthew Leeds Date: Fri, 27 Jul 2018 12:47:08 -0700 Subject: doc: Document the autoprune-unless metadata key --- doc/flatpak-metadata.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 @@ -610,6 +610,16 @@ branch in 0.8.3. + + (string) + + A condition that must be false for the extension to be considered unused when + pruning. For example, flatpak uninstall --unused 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. + + (string) -- cgit v1.2.1