removi um montão de coisas
[remotepc] / pcremote-client-n8x0 / debian / pcremote-client / DEBIAN / prerm
diff --git a/pcremote-client-n8x0/debian/pcremote-client/DEBIAN/prerm b/pcremote-client-n8x0/debian/pcremote-client/DEBIAN/prerm
deleted file mode 100755 (executable)
index 72123fe..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/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