Skip to content

Commit

Permalink
fix: prerm script
Browse files Browse the repository at this point in the history
Log:
  • Loading branch information
Decodetalkers committed Dec 25, 2023
1 parent 8922d5d commit ad6241b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/prerm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
case "$1" in
remove|deconfigure)
update-alternatives --remove default-account-icon \
/var/lib/AccountsService/icons/animal/dimensional/raccoon.png
/var/lib/AccountsService/icons/animal/raccoon.png
;;
esac

0 comments on commit ad6241b

Please sign in to comment.