From b4359e8bf97799f83dc1ca62744db7cfcc81bc87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Mon, 24 Jun 2013 19:50:32 +0200 Subject: RPM Packaging: rename directories --- redhat/tdebase/plasma-desktop | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 redhat/tdebase/plasma-desktop (limited to 'redhat/tdebase/plasma-desktop') diff --git a/redhat/tdebase/plasma-desktop b/redhat/tdebase/plasma-desktop new file mode 100644 index 000000000..9e14070d8 --- /dev/null +++ b/redhat/tdebase/plasma-desktop @@ -0,0 +1,9 @@ +#!/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 -- cgit v1.2.1