#! /bin/sh

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

/etc/init.d/squid-prefetch start
