diff options
author | Christopher Aillon <caillon@redhat.com> | 2011-01-31 19:02:11 -0800 |
---|---|---|
committer | Christopher Aillon <caillon@redhat.com> | 2011-01-31 19:02:11 -0800 |
commit | 9f0d1ae239ab95903e08c418dc8b4cedaa3fe7b0 (patch) | |
tree | 4f98272b6bcc248e5a7684b8215d51058401d36a /firefox.spec | |
parent | The mozconfig files should not be executable (diff) | |
download | librewolf-fedora-ff-9f0d1ae239ab95903e08c418dc8b4cedaa3fe7b0.tar.gz librewolf-fedora-ff-9f0d1ae239ab95903e08c418dc8b4cedaa3fe7b0.tar.bz2 librewolf-fedora-ff-9f0d1ae239ab95903e08c418dc8b4cedaa3fe7b0.zip |
Move the categories directly into the .desktop file itself
No need to --add-category when we simply control the .desktop file
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec index aa3fea3..a744881 100644 --- a/firefox.spec +++ b/firefox.spec @@ -193,8 +193,6 @@ DESTDIR=$RPM_BUILD_ROOT make install desktop-file-install --vendor mozilla \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --add-category WebBrowser \ - --add-category Network \ %{SOURCE20} # set up the firefox start script |