diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2012-05-21 13:32:14 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2012-05-21 13:32:14 +0200 |
commit | ffa10358f697a2c88fc7af0aa98524ca201ffb0a (patch) | |
tree | e67c81c36c2bb572920b36273317056e850adec1 /config | |
parent | bc6a543cea825cd9089862ad030290c0680da6cd (diff) | |
download | kanotix-ffa10358f697a2c88fc7af0aa98524ca201ffb0a.zip kanotix-ffa10358f697a2c88fc7af0aa98524ca201ffb0a.tar.gz |
prevent KDE from warning about non-existent directories
Diffstat (limited to 'config')
-rwxr-xr-x | config/chroot_local-hooks/etcskel-hotfixes | 6 |
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 + |