X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;ds=sidebyside;f=pcremote-client-n8x0-60%2Fdebian%2Fpcremote-client%2FDEBIAN%2Fprerm;fp=pcremote-client-n8x0-60%2Fdebian%2Fpcremote-client%2FDEBIAN%2Fprerm;h=72123fef1c4a05f45171462c32196203d9c1f2db;hb=8eeea3225c010dea378cdc71c4e91294e04a6e9c;hp=0000000000000000000000000000000000000000;hpb=e8447209e336f2a6845027f50b84cc914fa2c796;p=remotepc 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 index 0000000..72123fe --- /dev/null +++ b/pcremote-client-n8x0-60/debian/pcremote-client/DEBIAN/prerm @@ -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