summarylogtreecommitdiffstats
path: root/hid-apple-patched-dkms.install
blob: 7e100e78c333c13c2ad961b0c54097406ecfc2eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
post_install() {
    do_install ${1}
}

post_upgrade() {
    do_install ${1}
}

# -----------------------------------------------------------------------------------

do_install() {
    cat << EOF

==> hid-apple-patched install/upgrade note:
------------------------------------------------------------------------------
Configuration file is installed to /etc/modprobe.d/hid_apple_pclayout.conf.
By default PC-like layout is enabled. You can tweak it to suit your needs
according to https://github.com/free5lot/hid-apple-patched#configuration.

To make changes work automatically after boot, please rebuild the initramfs.
See https://wiki.archlinux.org/index.php/Apple_Keyboard#Use_a_patch_to_hid-apple
for details.

EOF
}