#!/bin/sh
TMP=/tmp/.TOOLS
INSTDIR="$1"  
PLUGINDIR=$INSTDIR/usr/local/share/titan/plugins/lcdsamsung 

rm -rf $PLUGINDIR

exit 0