From 2d59086b104acd7b4711fd067c9bb4480158e6ab Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 17 Apr 2014 13:57:20 +0900 Subject: Removed Ubuntu/precise folder --- ubuntu/precise/tdebase/debian/plasma.autodetect | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 ubuntu/precise/tdebase/debian/plasma.autodetect (limited to 'ubuntu/precise/tdebase/debian/plasma.autodetect') diff --git a/ubuntu/precise/tdebase/debian/plasma.autodetect b/ubuntu/precise/tdebase/debian/plasma.autodetect deleted file mode 100755 index c23f68909..000000000 --- a/ubuntu/precise/tdebase/debian/plasma.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 - echo "I detected KDE4" - /usr/bin/plasma.kde4 -fi -- cgit v1.2.1