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