Compare commits

..

No commits in common. "b2312ca3a1962292ef358a4f79982f40b090f0aa" and "068ec14d7dc5042ea9b7e291ee22e50667eceb6d" have entirely different histories.

2 changed files with 1 additions and 9 deletions

View File

@ -47,15 +47,6 @@ fi
defaultuser=$(getent passwd 1000 | cut -d: -f1) defaultuser=$(getent passwd 1000 | cut -d: -f1)
defaultuserhome=$(getent passwd 1000 | cut -d: -f6) defaultuserhome=$(getent passwd 1000 | cut -d: -f6)
# move data from element/signal flatpaks to default element/signal
if [ -d "$defaultuserhome/.var/app/org.signal.Signal/config/Signal" ]
then
[ -d "$defaultuserhome/.config/Signal" ] || rsync -av "$defaultuserhome"/.var/app/org.signal.Signal/config/Signal/ "$defaultuserhome"/.config/Signal/
fi
if [ -d "$defaultuserhome/.var/app/im.riot.Riot/config/Element" ]
then
[ -d "$defaultuserhome/.config/Element" ] || rsync -av "$defaultuserhome"/.var/app/im.riot.Riot/config/Element/ "$defaultuserhome"/.config/Element/
fi
# hostname # hostname
if hostname | grep -q "^${defaultuser}-" if hostname | grep -q "^${defaultuser}-"

View File

@ -52,6 +52,7 @@
- mediathekview - mediathekview
- audacious - audacious
- guvcview - guvcview
- easyeffects
- calf-plugins - calf-plugins
# retro # retro
- dosbox - dosbox