diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2016-12-26 22:48:46 +0100 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2016-12-26 22:48:46 +0100 |
commit | 588d5574a758b8eee4379a3c8d0f10edce916c51 (patch) | |
tree | 871803ec54db7ffd99df3be39010b17a17692466 | |
parent | 14e8cea0f70a569ca945d29b5b1621f4e8ef1721 (diff) | |
download | config-588d5574a758b8eee4379a3c8d0f10edce916c51.tar config-588d5574a758b8eee4379a3c8d0f10edce916c51.tar.gz config-588d5574a758b8eee4379a3c8d0f10edce916c51.tar.bz2 config-588d5574a758b8eee4379a3c8d0f10edce916c51.tar.xz config-588d5574a758b8eee4379a3c8d0f10edce916c51.zip |
Write config file when completed
-rw-r--r-- | etc/xdg/plasma-workspace/env/plasma5-firstsetup.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/xdg/plasma-workspace/env/plasma5-firstsetup.sh b/etc/xdg/plasma-workspace/env/plasma5-firstsetup.sh index afb9924..87f5b65 100644 --- a/etc/xdg/plasma-workspace/env/plasma5-firstsetup.sh +++ b/etc/xdg/plasma-workspace/env/plasma5-firstsetup.sh @@ -123,6 +123,8 @@ EOF if [ -e "$TRASH"]; then rm -f "$TRASH" fi + + kwriteconfig5 --group "Mageia" --key "Mageia5to6" --type "bool" 1 fi # end of main if: all the changes should be done inside this main if fi |