From 9e0897ad91e695b73f5db5370a22cfcef6a43b4f Mon Sep 17 00:00:00 2001 From: Roman Moravcik Date: Tue, 25 Jan 2011 16:05:21 +0100 Subject: [PATCH] Fixed bug 6624: Removing Camera Lens Launcher leaves N900 in a reboot loop. --- debian/cl-launcher.xsession | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/cl-launcher.xsession b/debian/cl-launcher.xsession index 3ceb8e0..925acfc 100644 --- a/debian/cl-launcher.xsession +++ b/debian/cl-launcher.xsession @@ -1,3 +1,5 @@ #!/bin/sh -/usr/sbin/dsmetool -t /usr/bin/cl-launcher \ No newline at end of file +if test -e /usr/bin/cl-launcher; then + /usr/sbin/dsmetool -t /usr/bin/cl-launcher +fi -- 1.7.9.5