#!/bin/sh

if [ "$1" == "configure" ]; then
	echo "Building the database of known spam sites..."
	/usr/sbin/spamdb
	echo "Finished."
fi
