Added first proof-of-concept type implementation.
[sharing-cli] / debian / sharing-cli.prerm
1 #!/bin/sh
2 # You can use sharing-account-remover to remove the accounts at plugin
3 # uninstallation
4 if [ "$1" = "remove" ]; then
5         /usr/bin/sharing-account-remover sharingcli
6 fi