aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xport-files/debian/lumina-desktop9
1 files changed, 0 insertions, 9 deletions
diff --git a/port-files/debian/lumina-desktop b/port-files/debian/lumina-desktop
deleted file mode 100755
index 30686145..00000000
--- a/port-files/debian/lumina-desktop
+++ /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