commitando os sources pra gerar o pacote debian
[remotepc] / deb-package / client / notes / prerm
1 #!/bin/sh -e
2
3 # remove configuration
4
5 # Delete the .desktop file in case the app-installer didn't.
6 rm -f /usr/share/applications/hildon/pcremote-client.desktop
7
8 # Delete the pcremoteclt directory in case the app-installer didn't
9 rm -fr /usr/share/pcremote-client
10
11 # Delete the symbolics links files in case the app-installer didn't.
12 rm -f /usr/bin/pcremote-client
13
14
15 exit 0