From d8ac76d467e742e896e86f419cd1837fa5542852 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Fri, 13 Feb 2015 21:30:47 +0100 Subject: [PATCH] Revert "Add share/pixmaps to build-finish exports" It should be easy to just move the icons to the icons supdirectory. Lets get rid of share/pixmap... This reverts commit 2cacc3a67a27e37a32429c063f27055cb47e6e7a. --- xdg-app-builtins-build-finish.c | 1 - 1 file changed, 1 deletion(-) diff --git a/xdg-app-builtins-build-finish.c b/xdg-app-builtins-build-finish.c index 0fa6624a..927cc3aa 100644 --- a/xdg-app-builtins-build-finish.c +++ b/xdg-app-builtins-build-finish.c @@ -47,7 +47,6 @@ collect_exports (GFile *base, GCancellable *cancellable, GError **error) const char *paths[] = { "share/applications", /* Copy desktop files */ "share/icons/hicolor", /* Icons */ - "share/pixmaps", /* Icons */ "share/dbus-1/services", /* D-Bus service files */ "share/gnome-shell/search-providers", /* Search providers */ NULL,