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

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

exit 0