diff options
author | Christopher Roy Bratusek <nano@jpberlin.de> | 2017-01-06 22:32:32 +0100 |
---|---|---|
committer | Christopher Roy Bratusek <nano@jpberlin.de> | 2017-01-06 22:32:32 +0100 |
commit | 7f353f8cb7d2b70a58eae2b7352605297d85d2cc (patch) | |
tree | ee9500c3302f185ae0d71cefa175e407c50e7e55 /port-files/debian/lumina-desktop.wrapper | |
parent | debian packaging for 1.2.0 (diff) | |
download | lumina-7f353f8cb7d2b70a58eae2b7352605297d85d2cc.tar.gz lumina-7f353f8cb7d2b70a58eae2b7352605297d85d2cc.tar.bz2 lumina-7f353f8cb7d2b70a58eae2b7352605297d85d2cc.zip |
update debian packaging
Diffstat (limited to 'port-files/debian/lumina-desktop.wrapper')
-rwxr-xr-x | port-files/debian/lumina-desktop.wrapper | 9 |
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 |