X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=debian%2Fyandex-fotki-sharing-plugin.prerm;fp=debian%2Fyandex-fotki-sharing-plugin.prerm;h=299e04ed221a48a6acd774fa69a7f3d37cecbb93;hb=3787cd323f8bae8096463890982f100a69e348d2;hp=0000000000000000000000000000000000000000;hpb=c41d20b662ee28711818d5ff1e02c43404876c79;p=yandexfotkisp diff --git a/debian/yandex-fotki-sharing-plugin.prerm b/debian/yandex-fotki-sharing-plugin.prerm new file mode 100644 index 0000000..299e04e --- /dev/null +++ b/debian/yandex-fotki-sharing-plugin.prerm @@ -0,0 +1,6 @@ +#!/bin/sh +# You can use sharing-account-remover to remove the accounts at plugin +# uninstallation +if [ "$1" = "remove" ]; then + /usr/bin/sharing-account-remover yandexfotki +fi