diff options
author | Michele Calgaro <[email protected]> | 2014-08-25 10:24:49 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2014-08-25 10:24:49 +0900 |
commit | a4a26b276bce8c80786f403237e8b408baccc963 (patch) | |
tree | ac15e0014ed9f31db21e970d079c1f2f08ca95e1 /ubuntu/maverick/tdebase/debian/plasma-desktop.autodetect | |
parent | ab39cf651a84ac9b6d1a2711100eb5cc0d0f2cb0 (diff) | |
parent | 4ac8a1a8905b7058a85e3fa072f0d86eeb3ddc90 (diff) | |
download | tde-packaging-a4a26b276bce8c80786f403237e8b408baccc963.tar.gz tde-packaging-a4a26b276bce8c80786f403237e8b408baccc963.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'ubuntu/maverick/tdebase/debian/plasma-desktop.autodetect')
-rwxr-xr-x | ubuntu/maverick/tdebase/debian/plasma-desktop.autodetect | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/ubuntu/maverick/tdebase/debian/plasma-desktop.autodetect b/ubuntu/maverick/tdebase/debian/plasma-desktop.autodetect deleted file mode 100755 index b083cb277..000000000 --- a/ubuntu/maverick/tdebase/debian/plasma-desktop.autodetect +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash - -DESKTOP_SESSION="$DESKTOP_SESSION" -echo "You are running $DESKTOP_SESSION" - -if [[ "$DESKTOP_SESSION" == "trinity" ]] -then - # Do nothing, this is Trinity - echo "I detected Trinity" -else - # This is KDE4, start plasma-desktop - echo "I detected KDE4" - /usr/bin/plasma-desktop.kde4 -fi |