Migrated to: https://github.com/rlinfati/latitudeupdater
[googlelatitude] / qtc_packaging / debian_harmattan / latitudeupdater.postinst
diff --git a/qtc_packaging/debian_harmattan/latitudeupdater.postinst b/qtc_packaging/debian_harmattan/latitudeupdater.postinst
deleted file mode 100644 (file)
index 852a94d..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-if [ ! -f /targets/links/scratchbox.config ]
-  then
-    echo "Starting latituded"
-    start apps/latituded
-  fi
-
-exit 0