Viitor_clamav/tmp/postremove

9 lines
133 B
Plaintext
Raw Normal View History

#!/bin/bash
if getent group clamav >/dev/null; then
groupdel clamav
fi
if getent passwd clamav >/dev/null; then
userdel clamav
fi