summaryrefslogtreecommitdiffstats
path: root/redhat/kdebase/plasma-desktop
diff options
context:
space:
mode:
Diffstat (limited to 'redhat/kdebase/plasma-desktop')
-rw-r--r--redhat/kdebase/plasma-desktop9
1 files changed, 0 insertions, 9 deletions
diff --git a/redhat/kdebase/plasma-desktop b/redhat/kdebase/plasma-desktop
deleted file mode 100644
index 9e14070d8..000000000
--- a/redhat/kdebase/plasma-desktop
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-# This stupid scripts prevent the launch of 'plasma-desktop'
-# (from KDE4) alongside with TDE.
-
-case "${DESKTOP_SESSION}" in
- "kde3"|"trinity"|"TDE") ;;
- *) exec /usr/bin/plasma-desktop;;
-esac