From 4026102020592efa7dc693d096a6f6f9f0279195 Mon Sep 17 00:00:00 2001 From: Artem Garmash Date: Mon, 15 Feb 2010 00:04:55 +0200 Subject: [PATCH] Ensure hildon-home will not start in safe mode --- debian/conversations-inbox-widget.preinst | 1 + 1 file changed, 1 insertion(+) 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) -- 1.7.9.5