diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:57:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:57:27 +0000 |
commit | 6f0f7d1b40a8fa8d46a2d6f4317600001cdbbb18 (patch) | |
tree | d423850ae901365e582137bdf2b5cbdffd7ca266 /contrib/org.gnome.Software.DeploymentFeatured.xml | |
parent | Initial commit. (diff) | |
download | gnome-software-6f0f7d1b40a8fa8d46a2d6f4317600001cdbbb18.tar.xz gnome-software-6f0f7d1b40a8fa8d46a2d6f4317600001cdbbb18.zip |
Adding upstream version 43.5.upstream/43.5upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'contrib/org.gnome.Software.DeploymentFeatured.xml')
-rw-r--r-- | contrib/org.gnome.Software.DeploymentFeatured.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/org.gnome.Software.DeploymentFeatured.xml b/contrib/org.gnome.Software.DeploymentFeatured.xml new file mode 100644 index 0000000..520f19a --- /dev/null +++ b/contrib/org.gnome.Software.DeploymentFeatured.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- This is only an example file, what the deployment-featured file can look like; + if used, it should be installed beside the org.gnome.Software.Featured.xml file. --> +<components> + <component merge="append"> + <id>org.gnome.Software.desktop</id> + <custom> + <value key="GnomeSoftware::DeploymentFeatured">foocorp</value> + </custom> + </component> +</components> |