Added first proof-of-concept type implementation.
[sharing-cli] / debian / sharing-plugin-cli.prerm
diff --git a/debian/sharing-plugin-cli.prerm b/debian/sharing-plugin-cli.prerm
deleted file mode 100644 (file)
index 06b9685..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 sharingplugincli
-fi