#!/bin/sh
INSTDIR="$1"

rm -rf "$INSTDIR/usr/local/share/titan/plugins/panel"
rm -rf /var/usr/local/share/titan/plugins/panel

exit 0