[gnome-documents] flatpak: Delete Tracker's systemd units



commit 7d1657c4dfe7c4a67035994bd914b868d1c2ae19
Author: Debarshi Ray <debarshir gnome org>
Date:   Tue Mar 13 14:35:27 2018 +0100

    flatpak: Delete Tracker's systemd units
    
    The corresponding binaries and D-Bus service files are not part of the
    Flatpak either. The org.freedesktop.Tracker1* D-Bus services are meant
    to run on the host operating system.

 flatpak/org.gnome.Documents.json |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/flatpak/org.gnome.Documents.json b/flatpak/org.gnome.Documents.json
index a492ac1..f4b37a3 100644
--- a/flatpak/org.gnome.Documents.json
+++ b/flatpak/org.gnome.Documents.json
@@ -134,7 +134,7 @@
         },
         {
             "name": "tracker",
-            "cleanup": [ "/bin", "/etc", "/libexec", "/share/dbus-1/services" ],
+            "cleanup": [ "/bin", "/etc", "/lib/systemd", "/libexec", "/share/dbus-1/services" ],
             "config-opts": [ "--disable-static", "--with-bash-completion-dir=no" ],
             "sources": [
                 {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]