#!/bin/sh -e # remove configuration # Delete the .desktop file in case the app-installer didn't. rm -f /usr/share/applications/hildon/pcremote-client.desktop # Delete the pcremoteclt directory in case the app-installer didn't rm -fr /usr/share/pcremote-client # Delete the symbolics links files in case the app-installer didn't. rm -f /usr/bin/pcremote-client exit 0