#!/bin/sh
set -e

# Remove cron entry
rm -f /etc/squidclamav.conf

exit 0
