diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-08-20 19:46:28 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-08-20 19:46:28 -0500 |
commit | 748b4be79e83a2073ec1e21579a36908852362c0 (patch) | |
tree | 06b200a1cb4daed276bf9b30f3ba129499508efa /ubuntu/maverick/kdebase/debian/plasma-desktop.autodetect | |
parent | 7219efab22b5ecbdc4363328e06580f0cdcf3798 (diff) | |
download | tde-packaging-748b4be79e83a2073ec1e21579a36908852362c0.tar.gz tde-packaging-748b4be79e83a2073ec1e21579a36908852362c0.zip |
Fix remaining instances of KDE3 in the Debian and Ubuntu packaging
Diffstat (limited to 'ubuntu/maverick/kdebase/debian/plasma-desktop.autodetect')
-rwxr-xr-x | ubuntu/maverick/kdebase/debian/plasma-desktop.autodetect | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/maverick/kdebase/debian/plasma-desktop.autodetect b/ubuntu/maverick/kdebase/debian/plasma-desktop.autodetect index 436ca7b45..b083cb277 100755 --- a/ubuntu/maverick/kdebase/debian/plasma-desktop.autodetect +++ b/ubuntu/maverick/kdebase/debian/plasma-desktop.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-desktop echo "I detected KDE4" |