#!/bin/sh

services_bak=$ROOTDIR/tmp/services.bak

if [ -f $services_bak ]
	then
	/usr/bin/rm $services_bak
fi

exit 0
