From ffa10358f697a2c88fc7af0aa98524ca201ffb0a Mon Sep 17 00:00:00 2001
From: Andreas Loibl <andreas@andreas-loibl.de>
Date: Mon, 21 May 2012 13:32:14 +0200
Subject: prevent KDE from warning about non-existent directories

---
 config/chroot_local-hooks/etcskel-hotfixes | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100755 config/chroot_local-hooks/etcskel-hotfixes

diff --git a/config/chroot_local-hooks/etcskel-hotfixes b/config/chroot_local-hooks/etcskel-hotfixes
new file mode 100755
index 0000000..53c9b92
--- /dev/null
+++ b/config/chroot_local-hooks/etcskel-hotfixes
@@ -0,0 +1,6 @@
+#!/bin/sh
+# prevent KDE from warning about non-existent directories
+mkdir -p /etc/skel/.local/share/contacts
+mkdir -p /etc/skel/.local/share/local-mail
+ln -s local-mail /etc/skel/.local/share/.local-mail.directory
+
-- 
cgit v1.0