Version bump (0.2-2)
[cl-launcher] / debian / cl-launcher.postinst
1 #!/bin/sh
2
3 if [ -f /etc/X11/Xsession.post/22camera-ui ]; then
4         mv /etc/X11/Xsession.post/22camera-ui /etc/X11/Xsession.post/22camera-ui.removed
5 fi
6
7 /usr/sbin/dsmetool -k /usr/bin/camera-ui
8 /usr/sbin/dsmetool -t /usr/bin/cl-launcher
9
10 exit 0