Files
Tooloop-Packages/virtual-keyboard/package/DEBIAN/postinst
T

11 lines
153 B
Bash
Raw Normal View History

2019-05-23 15:47:02 +02:00
#!/bin/bash
set -e
cat <<EOT >>
# Virtual Keyboard
# set keyboard layout"
# https://answers.launchpad.net/onboard/+question/235265
onboard &
EOT
exit 0