[gnome-photos] flatpak: Delete private libraries from tracker-miners



commit c28fb5cb2590334f960351c99e913bb0674c1e02
Author: Debarshi Ray <debarshir gnome org>
Date:   Thu Sep 13 19:30:41 2018 +0200

    flatpak: Delete private libraries from tracker-miners
    
    The tracker-miners module is only needed for:
      * the org.freedesktop.Tracker1.Miner.Files.service file and symlink
        that are used by tracker_miner_manager_get_status
      * the org.freedesktop.Tracker.Miner.Files schema that's used to get
        any custom locations configured through Settings -> Search
    
    The only ELF binaries are in /lib/tracker-miners-2.0. Since those are
    not global, and there are simply no other binaries, it ought to be
    safe to remove them.

 flatpak/org.gnome.Photos.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/flatpak/org.gnome.Photos.json b/flatpak/org.gnome.Photos.json
index c826a8b1..a98e86d8 100644
--- a/flatpak/org.gnome.Photos.json
+++ b/flatpak/org.gnome.Photos.json
@@ -267,7 +267,7 @@
         },
         {
             "name": "tracker-miners",
-            "cleanup": [ "/etc", "/lib/systemd", "/libexec" ],
+            "cleanup": [ "/etc", "/lib", "/libexec" ],
             "config-opts": [ "--disable-miner-apps",
                              "--disable-miner-rss",
                              "--disable-static",


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