#!/bin/sh
if [ -f /var/www/archive/unstable.db ]; then
   rm /var/www/archive/unstable.db
fi
