From 4bc22e8b188aa26df8b1a23c39bb0f3c5b05b8b6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 28 Mar 2013 14:13:18 -0500 Subject: Split raring packaging into new directory due to defoma changes --- ubuntu/raring/tdebase/debian/plasma-desktop.autodetect | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 ubuntu/raring/tdebase/debian/plasma-desktop.autodetect (limited to 'ubuntu/raring/tdebase/debian/plasma-desktop.autodetect') diff --git a/ubuntu/raring/tdebase/debian/plasma-desktop.autodetect b/ubuntu/raring/tdebase/debian/plasma-desktop.autodetect new file mode 100755 index 000000000..b083cb277 --- /dev/null +++ b/ubuntu/raring/tdebase/debian/plasma-desktop.autodetect @@ -0,0 +1,14 @@ +#!/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 -- cgit v1.2.1