Import the initial Gallery 2 code
[g2-sharing] / debian / sharing-service-gallery2.prerm
1 #!/bin/sh
2 # You can use sharing-account-remover to remove the accounts at plugin
3 # uninstallation
4 if [ "$1" = "remove" ]; then
5         /usr/bin/sharing-account-remover sharingplugingallery2
6 fi