#!/bin/sh INSTDIR="$1" PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/instar" rm -r "$PLUGINDIR" >/dev/null 2>&1 exit 0