http://mulliner.org/bluetooth/xkbdbthid-0.1_src.tar.gz
[xkbdbthid.git] / xkbd-0.8.15_bthid / packaging / ipkg / postinst
1 #!/bin/sh
2 if [ -x /usr/bin/update-menus ]
3 then
4 /usr/bin/update-menus
5 fi
6 if [ -n "$DISPLAY" ]; then
7 xmodmap -e "keycode 135 = Mode_switch Multi_key"
8 fi
9 [ -n "$(pidof mbdock)" ] && kill -HUP `pidof mbdock`
10 exit 0