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