#!/bin/sh
# FIXME: Remove during the wheezy+1 cycle.

set -e

if [ "$1" = "upgrade" ] || [ "$1" = "install" ]; then
  rm -rf /usr/share/GNUstep/Grr.app
  rm -rf /usr/lib/GNUstep/Applications/Grr.app/Resources
fi

#DEBHELPER#

exit 0
