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