v0.2.2 release
[yandexfotkisp] / debian / yandex-fotki-sharing-plugin.prerm
diff --git a/debian/yandex-fotki-sharing-plugin.prerm b/debian/yandex-fotki-sharing-plugin.prerm
new file mode 100644 (file)
index 0000000..299e04e
--- /dev/null
@@ -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