diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2012-05-21 22:30:35 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2012-05-21 22:30:35 +0200 |
commit | 7ba41d5fc191ef19f36404bf8fb0fb2bbc0a1b11 (patch) | |
tree | c3a18adc62cb1c99d3a428b2f50c91712e0ae8b8 /config | |
parent | ffa10358f697a2c88fc7af0aa98524ca201ffb0a (diff) | |
download | kanotix-7ba41d5fc191ef19f36404bf8fb0fb2bbc0a1b11.zip kanotix-7ba41d5fc191ef19f36404bf8fb0fb2bbc0a1b11.tar.gz |
add more local-mail folders to /etc/skel
Diffstat (limited to 'config')
-rwxr-xr-x | config/chroot_local-hooks/etcskel-hotfixes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/chroot_local-hooks/etcskel-hotfixes b/config/chroot_local-hooks/etcskel-hotfixes index 53c9b92..8a4bacb 100755 --- a/config/chroot_local-hooks/etcskel-hotfixes +++ b/config/chroot_local-hooks/etcskel-hotfixes @@ -2,5 +2,6 @@ # prevent KDE from warning about non-existent directories mkdir -p /etc/skel/.local/share/contacts mkdir -p /etc/skel/.local/share/local-mail +mkdir -p /etc/skel/.local/share/local-mail/{sent-mail,outbox}/{tmp,cur,new} ln -s local-mail /etc/skel/.local/share/.local-mail.directory |