X-Git-Url: http://git.maemo.org/git/?p=remotepc;a=blobdiff_plain;f=pcremote-server-desktop-60%2Fdebian%2Fpostrm;fp=pcremote-server-desktop-60%2Fdebian%2Fpostrm;h=0000000000000000000000000000000000000000;hp=4fa6e547b0f9770f769b62d3e2005c67bc64d9c3;hb=8817fe99db4558f122bc61276b631d4a9283deee;hpb=8eeea3225c010dea378cdc71c4e91294e04a6e9c diff --git a/pcremote-server-desktop-60/debian/postrm b/pcremote-server-desktop-60/debian/postrm deleted file mode 100755 index 4fa6e54..0000000 --- a/pcremote-server-desktop-60/debian/postrm +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh -e -set -e - -if which update-icon-caches >/dev/null 2>&1 ; then - update-icon-caches /usr/share/icons/hicolor -fi - -# remove configuration - -# Delete the .desktop file in case the app-installer didn't. -rm -f /usr/share/applications/pcremote-server.desktop - -# Delete the pcremoteclt directory in case the app-installer didn't -rm -fr /usr/share/pcremote-server - -# Delete the symbolics links files in case the app-installer didn't. -rm -f /usr/bin/pcremote-server - -# Delete the pcremote icon -rm -f /usr/share/icons/hicolor/48x48/pcremote.png - -# Delete the pcremote menu -rm -f /usr/share/menu/pcremote-server-menu - -exit 0