diff --git a/tmp/postremove b/tmp/postremove index 202a4bb..d64bbba 100644 --- a/tmp/postremove +++ b/tmp/postremove @@ -1,8 +1,8 @@ #!/bin/bash -if getent group clamav >/dev/null; then - groupdel clamav -fi if getent passwd clamav >/dev/null; then userdel clamav fi +if getent group clamav >/dev/null; then + groupdel clamav +fi