summarylogtreecommitdiffstats
path: root/hid-apple-patched-dkms.install
diff options
context:
space:
mode:
authorAetf2017-04-17 11:10:54 -0400
committerAetf2017-04-17 11:10:54 -0400
commit54de3c9acc9a37e9c791d6bc1f96392155035b86 (patch)
tree8a80087d25c5cce6ad6ed079f98c6494378c205e /hid-apple-patched-dkms.install
downloadaur-54de3c9acc9a37e9c791d6bc1f96392155035b86.tar.gz
Initial
Diffstat (limited to 'hid-apple-patched-dkms.install')
-rw-r--r--hid-apple-patched-dkms.install22
1 files changed, 22 insertions, 0 deletions
diff --git a/hid-apple-patched-dkms.install b/hid-apple-patched-dkms.install
new file mode 100644
index 000000000000..29543320c89e
--- /dev/null
+++ b/hid-apple-patched-dkms.install
@@ -0,0 +1,22 @@
+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.
+
+EOF
+}
+