From 4ac8a1a8905b7058a85e3fa072f0d86eeb3ddc90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 19 Aug 2014 03:27:37 +0200 Subject: Remove unneeded plasma wrappers in tdebase on Debian and Ubuntu --- ubuntu/maverick/tdebase/debian/plasma-desktop.autodetect | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 ubuntu/maverick/tdebase/debian/plasma-desktop.autodetect (limited to 'ubuntu/maverick/tdebase/debian/plasma-desktop.autodetect') 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 -- cgit v1.2.1