Added first proof-of-concept type implementation.
[sharing-cli] / debian / sharing-cli.prerm
diff --git a/debian/sharing-cli.prerm b/debian/sharing-cli.prerm
new file mode 100644 (file)
index 0000000..3f606ce
--- /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 sharingcli
+fi