summaryrefslogtreecommitdiff
path: root/backend/modules/install_main
diff options
context:
space:
mode:
Diffstat (limited to 'backend/modules/install_main')
-rw-r--r--backend/modules/install_main5
1 files changed, 5 insertions, 0 deletions
diff --git a/backend/modules/install_main b/backend/modules/install_main
index f9342eb..6f356cb 100644
--- a/backend/modules/install_main
+++ b/backend/modules/install_main
@@ -235,6 +235,11 @@ function copy_home_to_target()
# revert to plain debian .bashrc
cat "$TARGET/etc/skel/.bashrc" > "$TARGET/home/$cfg_username/.bashrc"
+ # akonadi fix
+ rm -rf "$TARGET/home/$cfg_username/.config/akonadi" \
+ "$TARGET/home/$cfg_username/.local/share/akonadi"
+ rm -f "$TARGET/home/$cfg_username/.kde/share/config/akonadi_*"
+
# revert kdesu/sudo workaround
rm -f "$TARGET/home/$cfg_username/.kde/share/apps/konsole/su.desktop" \
"$TARGET/home/$cfg_username/.kde/share/apps/konsole/sumc.desktop" \