diff options
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 |