Modify sharing plugin template for CLI
[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
deleted file mode 100644 (file)
index cffbdbd..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/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