b9a70d67e3d5d2169c8f0d8b79453378cc2a5c0f
[googlelatitude] / qtc_packaging / debian_harmattan / latitudeupdater.prerm
1 #!/bin/sh
2
3 if [ ! -f /targets/links/scratchbox.config ]
4   then
5     echo "Stoping latituded"
6     stop apps/latituded
7   fi
8
9 exit 0