From 2cb8f1611b9ec1cd29d7ee2c870bcf704f0472f7 Mon Sep 17 00:00:00 2001
From: Christopher <christopher.spinrath@rwth-aachen.de>
Date: Thu, 13 Mar 2014 16:54:43 +0100
Subject: [PATCH] Install routine for kde defaults

---
 .../UbuntuCustomizationKit/customize-lip/customize         | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/Installer-USB-Stick/UbuntuCustomizationKit/customize-lip/customize b/Installer-USB-Stick/UbuntuCustomizationKit/customize-lip/customize
index d1a6c30..0e45a12 100755
--- a/Installer-USB-Stick/UbuntuCustomizationKit/customize-lip/customize
+++ b/Installer-USB-Stick/UbuntuCustomizationKit/customize-lip/customize
@@ -65,9 +65,16 @@ function finalize()
 	rm -rf /var/crash/*
 }
 
+function install_kde_defaults()
+{
+	mkdir -p /etc/skel/.kde/share/config/
+	cp "$SCRIPT_DIR/kde_config/"* /etc/skel/.kde/share/config/
+}
+
 prepare_install
 install_packages
 
+install_kde_defaults
 #moved to initrd
 #cp "$SCRIPT_DIR/no-bootloader-icon/ubiquity-gtkui-no-bootloader.desktop" /usr/share/applications/
 
-- 
GitLab