diff options
author | Cem Keylan <cem@ckyln.com> | 2020-05-02 00:27:16 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-05-02 00:27:16 +0300 |
commit | 2e8512b9e14bc93fc354498075c56b871bbbcb8c (patch) | |
tree | 2768ab2dc3f508965274e71d189d0710c6d860fb /extra/bkeymaps/post-install | |
parent | cfb027106188bb362e2cf58b07c03d0dbef0fcfe (diff) | |
download | repository-2e8512b9e14bc93fc354498075c56b871bbbcb8c.tar.gz |
bkeymaps: move post-install to message
Diffstat (limited to 'extra/bkeymaps/post-install')
-rwxr-xr-x | extra/bkeymaps/post-install | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/extra/bkeymaps/post-install b/extra/bkeymaps/post-install deleted file mode 100755 index f89dd25d..00000000 --- a/extra/bkeymaps/post-install +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh -e - -cat <<EOF - -[1;36mNOTE[m - - Keymaps are copied to [1;4m/usr/share/bkeymaps[m. - - You should pipe the keymaps to loadkmap in - order to load them - -[1;36mEXAMPLE[m - - loadkmap < /usr/share/bkeymaps/us/us.bmap - -EOF |