#!/bin/sh
		if [ -f /home/user/MyDocs/.callblacklist.log ]; then
			rm /home/user/MyDocs/.callblacklist.log
		fi
		if [ -f /home/user/MyDocs/.callblocklist.xml ]; then
			rm /home/user/MyDocs/.callblocklist.xml
		fi