From: Artem Garmash Date: Sun, 14 Feb 2010 22:04:55 +0000 (+0200) Subject: Ensure hildon-home will not start in safe mode X-Git-Url: http://git.maemo.org/git/?p=conv-inbox;a=commitdiff_plain;h=4026102020592efa7dc693d096a6f6f9f0279195 Ensure hildon-home will not start in safe mode --- diff --git a/debian/conversations-inbox-widget.preinst b/debian/conversations-inbox-widget.preinst index 857c20b..9bc2270 100644 --- a/debian/conversations-inbox-widget.preinst +++ b/debian/conversations-inbox-widget.preinst @@ -5,6 +5,7 @@ case "$1" in echo "Restarting hildon-home." killall hildon-home + rm -f "/tmp/hildon-desktop/hildon-home.stamp" ;; abort-upgrade)