Initial commit (based on data-sharing-plugin)
[sharing-cli] / debian / .svn / text-base / sharing-service-template.prerm.svn-base
diff --git a/debian/.svn/text-base/sharing-service-template.prerm.svn-base b/debian/.svn/text-base/sharing-service-template.prerm.svn-base
new file mode 100644 (file)
index 0000000..cffbdbd
--- /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 sharingplugintemplate
+fi