]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add `Flatpak` (`.var`) info (#134)
authorHanabishi <13597663+HanabishiRecca@users.noreply.github.com>
Sun, 10 Jul 2022 23:38:52 +0000 (04:38 +0500)
committerGitHub <noreply@github.com>
Sun, 10 Jul 2022 23:38:52 +0000 (01:38 +0200)
programs/flatpak.json [new file with mode: 0644]

diff --git a/programs/flatpak.json b/programs/flatpak.json
new file mode 100644 (file)
index 0000000..e8c845b
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "files": [
+        {
+            "path": "$HOME/.var",
+            "movable": false,
+            "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/flatpak/flatpak/issues/1519\n"
+        }
+    ],
+    "name": "Flatpak"
+}