########################################################################
# BooNE post-install script
#
# FL LTS3.0
#
# Chris Green <greenc@fnal.gov>
# 2004/01/12
#
########################################################################

echo "BooNE Workgroup post-install: setup before install from RPMS"

# Remove old distribution of ICAClient, if it exists (relevant for
# upgrades only):

echo "Removing any previous installations of ICAClient"
if rpm -q ICAClient >/dev/null 2>&1; then
  rpm -e ICAClient
else
  rm -rf /usr/lib/ICAClient /usr/local/lib/ICAClient
fi
