Skip to content

Commit

Permalink
fix: post shell wrong
Browse files Browse the repository at this point in the history
Log:
  • Loading branch information
Decodetalkers committed Dec 25, 2023
1 parent fa843a3 commit 51d2cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

if [ "$1" = "configure" ];then
update-alternatives --install /var/lib/AccountsService/icons/default \
default-account-icon /var/lib/AccountsService/icons/animal/dimensional/raccoon.png 0
default-account-icon /var/lib/AccountsService/icons/animal/raccoon.png 0
fi

#DEBHELPER#
Expand Down

0 comments on commit 51d2cd5

Please sign in to comment.