aboutsummaryrefslogtreecommitdiff
path: root/port-files/debian/lumina-desktop.wrapper
diff options
context:
space:
mode:
authorChristopher Roy Bratusek <nano@jpberlin.de>2017-01-06 22:32:32 +0100
committerChristopher Roy Bratusek <nano@jpberlin.de>2017-01-06 22:32:32 +0100
commit7f353f8cb7d2b70a58eae2b7352605297d85d2cc (patch)
treeee9500c3302f185ae0d71cefa175e407c50e7e55 /port-files/debian/lumina-desktop.wrapper
parentdebian packaging for 1.2.0 (diff)
downloadlumina-7f353f8cb7d2b70a58eae2b7352605297d85d2cc.tar.gz
lumina-7f353f8cb7d2b70a58eae2b7352605297d85d2cc.tar.bz2
lumina-7f353f8cb7d2b70a58eae2b7352605297d85d2cc.zip
update debian packaging
Diffstat (limited to 'port-files/debian/lumina-desktop.wrapper')
-rwxr-xr-xport-files/debian/lumina-desktop.wrapper9
1 files changed, 0 insertions, 9 deletions
diff --git a/port-files/debian/lumina-desktop.wrapper b/port-files/debian/lumina-desktop.wrapper
deleted file mode 100755
index 30686145..00000000
--- a/port-files/debian/lumina-desktop.wrapper
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-. /etc/default/lumina-qt5ct
-
-if test -f /usr/bin/qt5ct && test ${LUMINA_USE_QT5CT} = TRUE; then
- export QT_QPA_PLATFORMTHEME=qt5ct
-fi
-
-/usr/bin/lumina-desktop.real
bgstack15