Imported version 0.1
[cl-launcher] / debian / cl-launcher.postinst
1 #!/bin/sh
2
3 set -e
4
5 if [ -f /etc/X11/Xsession.post/22camera-ui ]; then
6         mv /etc/X11/Xsession.post/22camera-ui /etc/X11/Xsession.post/22camera-ui.removed
7 fi
8
9 /usr/sbin/dsmetool -k /usr/bin/camera-ui
10 /usr/sbin/dsmetool -t /usr/bin/cl-launcher
11
12 exit 0