#!/bin/sh

/etc/init.d/tm_serverd stop

DIR=/usr/share/tm_cpps
[ -d "$DIR" ] && rm -f -r "$DIR"

exit 0
