pcremote-client-n8x0 -> client sources
[remotepc] / pcremote-client-n8x0-60 / debian / pcremote-client / DEBIAN / prerm
diff --git a/pcremote-client-n8x0-60/debian/pcremote-client/DEBIAN/prerm b/pcremote-client-n8x0-60/debian/pcremote-client/DEBIAN/prerm
new file mode 100755 (executable)
index 0000000..72123fe
--- /dev/null
@@ -0,0 +1,15 @@
+#!/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