Fixed bug 6624: Removing Camera Lens Launcher leaves N900 in a reboot loop.
[cl-launcher] / debian / cl-launcher.xsession
index 3ceb8e0..925acfc 100644 (file)
@@ -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