#!/bin/sh -e

# remove configuration


# Delete the .desktop file in case the app-installer didn't.
rm -f /usr/share/applications/hildon/stockthis.desktop

#DEBHELPER#

exit 0
