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