[debian-edu-commits] debian-edu/upstream/ 03/26: Correct detection of KDE 3 vs 4.

Petter Reinholdtsen pere at moszumanska.debian.org
Mon Mar 31 07:28:15 UTC 2014


This is an automated email from the git hooks/post-receive script.

pere pushed a commit to branch master
in repository kde-icon-cache.

commit fca784278d19b6b0eb5be5ef912cdf25e6d9891d
Author: pere <pere at 2f71faf1-f021-45ab-956e-ee25d755e2f5>
Date:   Wed Apr 4 19:49:23 2012 +0000

    Correct detection of KDE 3 vs 4.
    
    git-svn-id: svn+ssh://svn.slxdrift.no/svnroot/oslo/trunk/src/kde-icon-cache@2454 2f71faf1-f021-45ab-956e-ee25d755e2f5
---
 update-kde-icon-cache | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/update-kde-icon-cache b/update-kde-icon-cache
index c3b75cc..9d52e91 100755
--- a/update-kde-icon-cache
+++ b/update-kde-icon-cache
@@ -21,10 +21,10 @@ menudir=/usr/share/applications
 
 cachedir=/var/lib/slx-iconcache
 
-if [ -d /usr/share/icons/crystalsvg ] ; then
+if [ -d /usr/share/icons/crystalsvg/16x16/actions ] ; then
     # KDE 3
     theme=crystalsvg
-elif [ -d /usr/share/icons/oxygen ] ; then
+elif [ -d /usr/share/icons/oxygen/16x16/actions ] ; then
     # KDE 4
     theme=oxygen
 else

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/upstream/kde-icon-cache.git



More information about the debian-edu-commits mailing list