The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / matchbox / matchbox-keyboard / mb-applet-kbd-wrapper.sh
1 #!/bin/sh
2 #
3
4 killall matchbox-keyboard
5 if [ ! $? -eq 0 ] 
6 then
7     matchbox-keyboard &
8 fi