diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-13 22:11:30 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-13 22:11:30 +0300 |
commit | 9d84f4fb9977060638d722733e8ac6b8bac57593 (patch) | |
tree | 92f9cdc306fbeed9a9c5cf0c7b2c59b95bc1264c /extra/bkeymaps/post-install | |
parent | 14004101c7f1ce7a6c4e0a4163680c4de0638b9b (diff) | |
download | repository-9d84f4fb9977060638d722733e8ac6b8bac57593.tar.gz |
bkeymaps-1.13: add package
Diffstat (limited to 'extra/bkeymaps/post-install')
-rwxr-xr-x | extra/bkeymaps/post-install | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/extra/bkeymaps/post-install b/extra/bkeymaps/post-install new file mode 100755 index 00000000..f57bb5f2 --- /dev/null +++ b/extra/bkeymaps/post-install @@ -0,0 +1,10 @@ +#!/bin/sh -e + +echo "\ +NOTE: Keymaps are copied to /usr/share/bkeymaps. + +NOTE: You should pipe the keymaps to loadkmap in +NOTE: order to load them. + +NOTE: example usage: +NOTE: loadkmap < /usr/share/bkeymaps/us/us.bmap" |