summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/kdebase/debian/plasma.autodetect
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-08-20 19:46:28 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-08-20 19:46:28 -0500
commit748b4be79e83a2073ec1e21579a36908852362c0 (patch)
tree06b200a1cb4daed276bf9b30f3ba129499508efa /ubuntu/maverick/kdebase/debian/plasma.autodetect
parent7219efab22b5ecbdc4363328e06580f0cdcf3798 (diff)
downloadtde-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.autodetect')
-rwxr-xr-xubuntu/maverick/kdebase/debian/plasma.autodetect4
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"