#! /bin/sh

if [ "$1" = "purge" ]; then
    update-rc.d squid-prefetch remove >/dev/null
fi
