diff options
author | François Andriot <albator78@libertysurf.fr> | 2014-11-11 17:49:31 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2014-11-11 17:49:31 +0100 |
commit | 7cd518e9e0222011a69c50d2cd8bf91330d681ef (patch) | |
tree | 89972857c59716f1ea8ca37a5e510e22b42ccbdd /redhat | |
parent | 134f338a7c37ccec2bdd1cea218ce07b9079af4e (diff) | |
download | tde-packaging-7cd518e9e0222011a69c50d2cd8bf91330d681ef.tar.gz tde-packaging-7cd518e9e0222011a69c50d2cd8bf91330d681ef.zip |
RPM packaging: update tdenetwork
Diffstat (limited to 'redhat')
-rw-r--r-- | redhat/main/tdenetwork/tdenetwork-14.0.0.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/redhat/main/tdenetwork/tdenetwork-14.0.0.spec b/redhat/main/tdenetwork/tdenetwork-14.0.0.spec index 18a920e27..4115e33b2 100644 --- a/redhat/main/tdenetwork/tdenetwork-14.0.0.spec +++ b/redhat/main/tdenetwork/tdenetwork-14.0.0.spec @@ -1286,9 +1286,9 @@ EOF # Icons from TDE Control Center should only be displayed in TDE for i in %{?buildroot}%{tde_tdeappdir}/*.desktop ; do - if grep -q "^Categories=.*X-KDE-settings" "${i}"; then - if ! grep -q "OnlyShowIn=KDE" "${i}" ; then - echo "OnlyShowIn=KDE;" >>"${i}" + if grep -q "^Categories=.*X-TDE-settings" "${i}"; then + if ! grep -q "OnlyShowIn=TDE" "${i}" ; then + echo "OnlyShowIn=TDE;" >>"${i}" fi fi done |