[gnome-photos/gnome-3-26] flatpak: Delete Tracker's systemd units



commit 4e641dc7d6f935713dc67c2e88457167ccb3a80b
Author: Debarshi Ray <debarshir gnome org>
Date:   Fri Sep 8 16:08:39 2017 +0200

    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.Photos.json |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/flatpak/org.gnome.Photos.json b/flatpak/org.gnome.Photos.json
index c796132..770254f 100644
--- a/flatpak/org.gnome.Photos.json
+++ b/flatpak/org.gnome.Photos.json
@@ -234,7 +234,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]