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