v0.2.2 release
[yandexfotkisp] / debian / yandex-fotki-sharing-plugin.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 yandexfotki
6 fi