Remove hildon-home restart during installation. Show notice to restart device
[conv-inbox] / debian / conversations-inbox-widget.postinst
index 3201e89..031d909 100644 (file)
@@ -3,8 +3,11 @@
 case "$1" in
     configure)
 
-      echo "Restarting hildon-home."
-      killall hildon-home
+      run-standalone.sh dbus-send \
+          --dest=org.freedesktop.Notifications \
+          /org/freedesktop/Notifications \
+          org.freedesktop.Notifications.SystemNoteInfoprint \
+          string:"Restart device to complete installation"
     ;;
 
     abort-upgrade|abort-remove|abort-deconfigure)