[gnome-software/gnome-3-24] packagekit-local: Use preferred mime-type name for .deb files



commit d00549fc7666d5dad187684c7ba68950ba612e0e
Author: Robert Ancell <robert ancell canonical com>
Date:   Tue May 16 14:52:51 2017 +1200

    packagekit-local: Use preferred mime-type name for .deb files

 plugins/packagekit/gs-plugin-packagekit-local.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plugins/packagekit/gs-plugin-packagekit-local.c b/plugins/packagekit/gs-plugin-packagekit-local.c
index 685f031..46df5ea 100644
--- a/plugins/packagekit/gs-plugin-packagekit-local.c
+++ b/plugins/packagekit/gs-plugin-packagekit-local.c
@@ -159,6 +159,7 @@ gs_plugin_file_to_app (GsPlugin *plugin,
        const gchar *mimetypes[] = {
                "application/x-app-package",
                "application/x-deb",
+               "application/vnd.debian.binary-package",
                "application/x-redhat-package-manager",
                "application/x-rpm",
                NULL };


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