X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=pcremote-client-n8x0%2Fdebian%2Fpcremote-client%2FDEBIAN%2Fprerm;fp=pcremote-client-n8x0%2Fdebian%2Fpcremote-client%2FDEBIAN%2Fprerm;h=0000000000000000000000000000000000000000;hb=e164265008086869be2d718f635900a9bf38b7dd;hp=72123fef1c4a05f45171462c32196203d9c1f2db;hpb=3885148cece97c7cd7e9e4aaa1cb51f341e53f6c;p=remotepc diff --git a/pcremote-client-n8x0/debian/pcremote-client/DEBIAN/prerm b/pcremote-client-n8x0/debian/pcremote-client/DEBIAN/prerm deleted file mode 100755 index 72123fe..0000000 --- a/pcremote-client-n8x0/debian/pcremote-client/DEBIAN/prerm +++ /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