diff options
author | Robert Xu <robxu9@gmail.com> | 2011-08-20 22:17:03 -0400 |
---|---|---|
committer | Robert Xu <robxu9@gmail.com> | 2011-08-20 22:17:03 -0400 |
commit | 6f3a1bc646b0d5eb63f09e59e9b0262d47ee4ebf (patch) | |
tree | 141e44b1b831644c739f3ec4e0bef2d10ef71da7 /ubuntu/maverick/kdebase/debian/plasma.autodetect | |
parent | 7621ba87b889eccdea4958715c25de4b403ad705 (diff) | |
parent | 26f5630a822b38ef215210699e9e08e74143b38b (diff) | |
download | tde-packaging-6f3a1bc646b0d5eb63f09e59e9b0262d47ee4ebf.tar.gz tde-packaging-6f3a1bc646b0d5eb63f09e59e9b0262d47ee4ebf.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'ubuntu/maverick/kdebase/debian/plasma.autodetect')
-rwxr-xr-x | ubuntu/maverick/kdebase/debian/plasma.autodetect | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/maverick/kdebase/debian/plasma.autodetect b/ubuntu/maverick/kdebase/debian/plasma.autodetect index 40e44f6cd..c23f68909 100755 --- a/ubuntu/maverick/kdebase/debian/plasma.autodetect +++ b/ubuntu/maverick/kdebase/debian/plasma.autodetect @@ -5,8 +5,8 @@ echo "You are running $DESKTOP_SESSION" if [[ "$DESKTOP_SESSION" == "trinity" ]] then - # Do nothing, this is KDE3 - echo "I detected KDE3" + # Do nothing, this is Trinity + echo "I detected Trinity" else # This is KDE4, start plasma echo "I detected KDE4" |