Skip to content

Commit

Permalink
fix: remove redundant fc-cache run on ublue-user-update service (#1871)
Browse files Browse the repository at this point in the history
Co-authored-by: Jorge O. Castro <jorge.castro@gmail.com>
  • Loading branch information
tulilirockz and castrojo authored Nov 6, 2024
1 parent 5810692 commit 7a0fffd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions system_files/shared/usr/libexec/ublue-user-setup
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ if [[ ":Framework:" =~ ":$VEN_ID:" ]]; then
fi
fi

# Clear flatpak font cache
flatpak list --app --columns=application,runtime|grep org.gnome.Platform|awk -F '\t' '{print "flatpak run --command=fc-cache " $1 " -f -v"}'|xargs -I % echo "%"|sh

# Handle privileged tasks
pkexec /usr/libexec/ublue-privileged-user-setup

Expand Down

0 comments on commit 7a0fffd

Please sign in to comment.