# Remove stuff that was installed by "setup" - this can't be tracked
# by installwatch :o(

for LINK in "scalc sdraw simpress smath soffice spadmin sweb swriter"; do
  rm -f /usr/bin/$LINK;
done

rm -rf /opt/openoffice
