diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-04-20 10:10:49 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-04-20 10:10:49 +0000 |
commit | 6d0825cc621a1531039145a209d4e451cca2f47d (patch) | |
tree | 4f4477370d6aea3e2deb5659744b0234dd3b52ed | |
parent | 04495fc80c73e67ec846c399877cd34e08683fb8 (diff) | |
download | urpmi-6d0825cc621a1531039145a209d4e451cca2f47d.tar urpmi-6d0825cc621a1531039145a209d4e451cca2f47d.tar.gz urpmi-6d0825cc621a1531039145a209d4e451cca2f47d.tar.bz2 urpmi-6d0825cc621a1531039145a209d4e451cca2f47d.tar.xz urpmi-6d0825cc621a1531039145a209d4e451cca2f47d.zip |
Add NoDisplay entry to desktop file and remove obsolete category
-rw-r--r-- | gurpmi.desktop.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gurpmi.desktop.in b/gurpmi.desktop.in index 1b5e64df..4256b6de 100644 --- a/gurpmi.desktop.in +++ b/gurpmi.desktop.in @@ -5,5 +5,6 @@ Exec=gurpmi %F Terminal=false Type=Application StartupNotify=true -Categories=GTK;X-MandrivaLinux-.hidden; +Categories=GTK; MimeType=application/x-rpm;application/x-urpmi; +NoDisplay=true |