buildrootschalter/package/matchbox/matchbox-keyboard/mb-applet-kbd-wrapper.sh
Will Wagner f94830d0e5 matchbox: convert to autotools, fix build with start-notification, libxft
Signed-off-by: Will Wagner <will_wagner@carallon.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-04-03 13:45:23 +02:00

9 lines
90 B
Bash

#!/bin/sh
#
killall matchbox-keyboard
if [ ! $? -eq 0 ]
then
matchbox-keyboard &
fi