#!/bin/sh
### A simple update script for the clamav virus database.
### This could as well be replaced by a SysV script.
/usr/bin/freshclam --quiet
