diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2014-08-19 03:27:37 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-08-19 03:27:37 +0200 |
commit | 4ac8a1a8905b7058a85e3fa072f0d86eeb3ddc90 (patch) | |
tree | c21364bca5ca1819b1d9ef2ce19504d31b85326a /ubuntu/maverick/tdebase | |
parent | f33c64aaab5174b462f9420550918625d16db5e8 (diff) | |
download | tde-packaging-4ac8a1a8905b7058a85e3fa072f0d86eeb3ddc90.tar.gz tde-packaging-4ac8a1a8905b7058a85e3fa072f0d86eeb3ddc90.zip |
Remove unneeded plasma wrappers in tdebase on Debian and Ubuntu
Diffstat (limited to 'ubuntu/maverick/tdebase')
-rwxr-xr-x | ubuntu/maverick/tdebase/debian/plasma-desktop.autodetect | 14 | ||||
-rwxr-xr-x | ubuntu/maverick/tdebase/debian/plasma.autodetect | 14 | ||||
-rwxr-xr-x | ubuntu/maverick/tdebase/debian/rules | 2 |
3 files changed, 0 insertions, 30 deletions
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 diff --git a/ubuntu/maverick/tdebase/debian/plasma.autodetect b/ubuntu/maverick/tdebase/debian/plasma.autodetect deleted file mode 100755 index c23f68909..000000000 --- a/ubuntu/maverick/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 diff --git a/ubuntu/maverick/tdebase/debian/rules b/ubuntu/maverick/tdebase/debian/rules index 1d062ca42..1192433cb 100755 --- a/ubuntu/maverick/tdebase/debian/rules +++ b/ubuntu/maverick/tdebase/debian/rules @@ -291,5 +291,3 @@ binary-install/tdebase-trinity-bin:: binary-install/ksmserver-trinity:: install -p -D -m644 debian/tmp/opt/trinity/share/apps/tdm/sessions/tde.desktop debian/ksmserver-trinity/usr/share/xsessions/trinity.desktop - install -p -D -m755 debian/plasma.autodetect debian/ksmserver-trinity/usr/bin/plasma - install -p -D -m755 debian/plasma-desktop.autodetect debian/ksmserver-trinity/usr/bin/plasma-desktop |