diff options
Diffstat (limited to '')
-rw-r--r-- | src/gnome-software-local-file-packagekit.desktop.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/gnome-software-local-file-packagekit.desktop.in b/src/gnome-software-local-file-packagekit.desktop.in new file mode 100644 index 0000000..1dd0d56 --- /dev/null +++ b/src/gnome-software-local-file-packagekit.desktop.in @@ -0,0 +1,11 @@ +[Desktop Entry] +Name=Software Install +Comment=Install selected software on the system +Categories=System; +Exec=gnome-software --local-filename %f +Terminal=false +Type=Application +Icon=system-software-install +StartupNotify=true +NoDisplay=true +MimeType=application/x-rpm;application/x-redhat-package-manager;application/x-deb;application/x-app-package; |