X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=debian%2F.svn%2Ftext-base%2Fsharing-service-template.prerm.svn-base;fp=debian%2F.svn%2Ftext-base%2Fsharing-service-template.prerm.svn-base;h=cffbdbd290696f57a67c80dc656d94e2b4384979;hb=3419a53b563d0cce238372985421a83504680760;hp=0000000000000000000000000000000000000000;hpb=8cef44b33a1ba4668fc56ab330a5c8c96f0d1486;p=sharing-cli 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 index 0000000..cffbdbd --- /dev/null +++ b/debian/.svn/text-base/sharing-service-template.prerm.svn-base @@ -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