Remove hildon-home restart during installation. Show notice to restart device
[conv-inbox] / debian / conversations-inbox-widget.preinst
diff --git a/debian/conversations-inbox-widget.preinst b/debian/conversations-inbox-widget.preinst
deleted file mode 100644 (file)
index 9bc2270..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#! /bin/sh
-
-case "$1" in
-    install|upgrade)
-
-      echo "Restarting hildon-home."
-      killall hildon-home
-      rm -f "/tmp/hildon-desktop/hildon-home.stamp"
-    ;;
-
-    abort-upgrade)
-
-    ;;
-esac
-
-exit 0