From eec8410951b887a2fd70798ab77366b2685dbb63 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Mon, 20 Jun 2016 11:51:28 -0400 Subject: Large update to all the port-files. 1) Move all the port files (.spec, .ebuild, debian dir, etc..) into the port-files dir. 2) Move all the FreeBSD port files into a "port-files/FreeBSD" sub-dir 3) Update all the build/install scripts (as much as possible - needs review by the porters) to account for the directory heirarchy change 4) Update the .gitignore file a bit so it is also aware of the new directory heirarchy --- debian/Lumina-DE | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 debian/Lumina-DE (limited to 'debian/Lumina-DE') diff --git a/debian/Lumina-DE b/debian/Lumina-DE deleted file mode 100755 index 96e6832a..00000000 --- a/debian/Lumina-DE +++ /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-DE.real -- cgit