New code for fix-tweaked-desktop-files #9

Merged
tio merged 4 commits from fix-tweaked-desktop-files into main 2022-09-20 00:10:54 +00:00
Showing only changes of commit dfb1f44cbe - Show all commits

View File

@ -42,7 +42,7 @@ fixfiles() {
[ -f "$flatpak_global/$name" ] ||
[ -f "$flatpak_local/$name" ] ||
[ -f "$snap/$name" ] ||
mv "$file" "$bakdir/$file.bak"
mv "$file" "$bakdir/$name.bak"
done < "$data"
[ "$copied" = 'true' ] && [ "$(stat -c '%Y' "$data")" = "$lastmod" ] && sort "$tmp" | uniq > "$data"
@ -65,6 +65,9 @@ for dir in "$user" "$pacman_global" "$pacman_local" "$flatpak_global" "$flatpak_
[ -d "$dir" ] && existing_dirs=("${existing_dirs[@]}" "$dir")
done
detectfiles
fixfiles
while read -r line; do
if [ "$line" = "$user/" ]; then
detectfiles