WORKAROUND 1:
Install agent to a different directory than /var/intrust, and this shouldn't happen again
WORKAROUND 2:
Or if the agent needs to be (or is already) installed to /var/intrust edit the uninstall.sh file to change the following entry at the end of it:
rm -rf *
to
rm -rf $BASEDIR/*
This second workaround has one issue, if you uninstall an agent on a *NIX computer, then install it again, you will have to edit the script again after the agent is installed.
STATUS:
Waiting for fix in a future release of InTrust.