From: Roman Moravcik Date: Tue, 25 Jan 2011 15:05:21 +0000 (+0100) Subject: Fixed bug 6624: Removing Camera Lens Launcher leaves N900 in a reboot loop. X-Git-Tag: v0.2-5~1 X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;h=9e0897ad91e695b73f5db5370a22cfcef6a43b4f;hp=748ba1f32c1d3a4796cf271bb132d1a626f72310;p=cl-launcher Fixed bug 6624: Removing Camera Lens Launcher leaves N900 in a reboot loop. --- 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