X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=debian%2Fcl-launcher.postinst;fp=debian%2Fcl-launcher.postinst;h=40ba6a1fdba770acd3d5db8ca6628c91e98d3c3b;hb=9ff94de5585c86d4a7e6dc00640fa923d8b68479;hp=0000000000000000000000000000000000000000;hpb=c00fd0d00e89489abab6d6028fb34fce43dec8f2;p=cl-launcher diff --git a/debian/cl-launcher.postinst b/debian/cl-launcher.postinst new file mode 100755 index 0000000..40ba6a1 --- /dev/null +++ b/debian/cl-launcher.postinst @@ -0,0 +1,12 @@ +#!/bin/sh + +set -e + +if [ -f /etc/X11/Xsession.post/22camera-ui ]; then + mv /etc/X11/Xsession.post/22camera-ui /etc/X11/Xsession.post/22camera-ui.removed +fi + +/usr/sbin/dsmetool -k /usr/bin/camera-ui +/usr/sbin/dsmetool -t /usr/bin/cl-launcher + +exit 0