diff options
author | Christopher Roy Bratusek <nano@jpberlin.de> | 2016-08-09 22:46:31 +0200 |
---|---|---|
committer | Christopher Roy Bratusek <nano@jpberlin.de> | 2016-08-09 22:46:31 +0200 |
commit | 9db24ff3690611ea5c46a63ac183c9f16e88897d (patch) | |
tree | ebd115906c7baab6c6c38dad02ffa94685648ee4 /port-files | |
parent | update debian packaging scripts (diff) | |
download | lumina-9db24ff3690611ea5c46a63ac183c9f16e88897d.tar.gz lumina-9db24ff3690611ea5c46a63ac183c9f16e88897d.tar.bz2 lumina-9db24ff3690611ea5c46a63ac183c9f16e88897d.zip |
remove left-over file
Diffstat (limited to 'port-files')
-rwxr-xr-x | port-files/debian/lumina-desktop | 9 |
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 |