summaryrefslogtreecommitdiff
path: root/libappstream-builder/plugins/asb-plugin-hardcoded.c
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-06-17 15:11:58 +0100
committerRichard Hughes <richard@hughsie.com>2014-06-17 17:45:48 +0100
commit69e84dda9ec8f7b1661b0a971e412c819666297b (patch)
treedd343fc5c9231376f87685082098f2db4c7c89cc /libappstream-builder/plugins/asb-plugin-hardcoded.c
parent3b2b85db54f8317d57279f2f4719c8bf6a9ab27e (diff)
downloadappstream-glib-69e84dda9ec8f7b1661b0a971e412c819666297b.tar.gz
hardcoded: bmpanel2cfg is a system-level application
Diffstat (limited to 'libappstream-builder/plugins/asb-plugin-hardcoded.c')
-rw-r--r--libappstream-builder/plugins/asb-plugin-hardcoded.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libappstream-builder/plugins/asb-plugin-hardcoded.c b/libappstream-builder/plugins/asb-plugin-hardcoded.c
index cf4373d..7c82f8c 100644
--- a/libappstream-builder/plugins/asb-plugin-hardcoded.c
+++ b/libappstream-builder/plugins/asb-plugin-hardcoded.c
@@ -173,6 +173,8 @@ asb_plugin_process_app (AsbPlugin *plugin,
as_app_add_category (AS_APP (app), "System", -1);
if (g_strcmp0 (tmp, "fwfstab") == 0)
as_app_add_category (AS_APP (app), "System", -1);
+ if (g_strcmp0 (tmp, "bmpanel2cfg") == 0)
+ as_app_add_category (AS_APP (app), "System", -1);
/* add extra project groups */
if (g_strcmp0 (tmp, "nemo") == 0)