summaryrefslogtreecommitdiff
path: root/backend/modules
diff options
context:
space:
mode:
authorHolger Paradies <retabell@gmx.de>2015-05-05 12:07:44 +0200
committerHolger Paradies <retabell@gmx.de>2016-04-25 09:30:38 +0200
commit3dd101dc1b08dd572e1bc1d26463986f007e0b62 (patch)
tree3efa64c86bb66a2a4f037a8c6f136826d93591ed /backend/modules
parent6300c058b8ab4909485928de82dec50fe48f3768 (diff)
downloadacritoxinstaller-3dd101dc1b08dd572e1bc1d26463986f007e0b62.zip
acritoxinstaller-3dd101dc1b08dd572e1bc1d26463986f007e0b62.tar.gz
copy .dmrc
Diffstat (limited to 'backend/modules')
-rw-r--r--backend/modules/install_main4
1 files changed, 4 insertions, 0 deletions
diff --git a/backend/modules/install_main b/backend/modules/install_main
index 30956d8..7293fd0 100644
--- a/backend/modules/install_main
+++ b/backend/modules/install_main
@@ -235,6 +235,10 @@ function copy_home_to_target()
# revert to plain debian .bashrc
cat "$TARGET/etc/skel/.bashrc" > "$TARGET/home/$cfg_username/.bashrc"
+ # enable .dmrc
+ if [ -e "/home/$FLL_LIVE_USER/.dmrc" ]; then
+ cp -a "/home/$FLL_LIVE_USER/.dmrc" "$TARGET/home/$cfg_username/.dmrc"
+ fi
# akonadi fix
rm -rf "$TARGET/home/$cfg_username/.config/akonadi" \
"$TARGET/home/$cfg_username/.local/share/akonadi"