Skip to content

Commit

Permalink
silence warning
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLG1979 committed Nov 25, 2021
1 parent 8ae298e commit e865f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raspotify/DEBIAN/postrm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if [ "$1" = "purge" ]; then
deb-systemd-helper unmask raspotify.service >/dev/null
fi

deluser --force raspotify || true
deluser --force raspotify >/dev/null 2>&1 || true
delgroup --force raspotify >/dev/null 2>&1 || true
rm -rf /var/cache/raspotify
# Delete the service file
Expand Down

0 comments on commit e865f3d

Please sign in to comment.