summaryrefslogtreecommitdiff
path: root/config/chroot_local-hooks/etcskel-hotfixes
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2012-05-21 13:32:14 +0200
committerAndreas Loibl <andreas@andreas-loibl.de>2012-05-21 13:32:14 +0200
commitffa10358f697a2c88fc7af0aa98524ca201ffb0a (patch)
treee67c81c36c2bb572920b36273317056e850adec1 /config/chroot_local-hooks/etcskel-hotfixes
parentbc6a543cea825cd9089862ad030290c0680da6cd (diff)
downloadkanotix-ffa10358f697a2c88fc7af0aa98524ca201ffb0a.zip
kanotix-ffa10358f697a2c88fc7af0aa98524ca201ffb0a.tar.gz
prevent KDE from warning about non-existent directories
Diffstat (limited to 'config/chroot_local-hooks/etcskel-hotfixes')
-rwxr-xr-xconfig/chroot_local-hooks/etcskel-hotfixes6
1 files changed, 6 insertions, 0 deletions
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
+