Fixed bug 6624: Removing Camera Lens Launcher leaves N900 in a reboot loop.
authorRoman Moravcik <roman.moravcik@gmail.com>
Tue, 25 Jan 2011 15:05:21 +0000 (16:05 +0100)
committerRoman Moravcik <roman.moravcik@gmail.com>
Tue, 25 Jan 2011 15:05:21 +0000 (16:05 +0100)
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