Move all to deprecated folder.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
|
||||
killall matchbox-keyboard
|
||||
if [ ! $? -eq 0 ]
|
||||
then
|
||||
matchbox-keyboard &
|
||||
fi
|
||||
Reference in New Issue
Block a user