#!/bin/sh

/usr/sbin/groupadd clamav
/usr/sbin/useradd -g clamav -d /var/empty -s /bin/false clamav
