summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2017-01-04 08:28:11 +0100
committerKalev Lember <klember@redhat.com>2017-01-04 08:28:11 +0100
commit04bb5ec1cfe12745f02674fb8b611ea24498ec6b (patch)
treeb22d422a564c87751020ce3dd4080a5c0add7300
parenta7387890b436d7fbaaa46f88e29486b761b0b4b4 (diff)
downloadappstream-glib-04bb5ec1cfe12745f02674fb8b611ea24498ec6b.tar.gz
trivial: Remove a libreoffice hack that's no longer needed
-rw-r--r--libappstream-builder/asb-task.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libappstream-builder/asb-task.c b/libappstream-builder/asb-task.c
index 16177d1..c24e2c0 100644
--- a/libappstream-builder/asb-task.c
+++ b/libappstream-builder/asb-task.c
@@ -175,10 +175,6 @@ asb_task_explode_extra_packages (AsbTask *task, GError **error)
if (g_strcmp0 (tmp, asb_package_get_name (priv->pkg)) == 0)
continue;
- /* libreoffice making things complicated */
- if (g_strcmp0 (tmp, "libreoffice-core") == 0)
- g_ptr_array_add (array, g_strdup ("libreoffice-data"));
-
/* if an app depends on kde-runtime, that means the
* oxygen icon set is available to them */
if (g_strcmp0 (tmp, "oxygen-icon-theme") == 0 ||