summarylogtreecommitdiffstats
path: root/logkeys.install
diff options
context:
space:
mode:
authorSanskritFritz2015-06-14 00:38:21 +0200
committerSanskritFritz2015-06-14 00:38:21 +0200
commita3178f18584d8c12595022e56d45099429004891 (patch)
treea641bb861643ffd56bb333671497fb82a356ab01 /logkeys.install
downloadaur-a3178f18584d8c12595022e56d45099429004891.tar.gz
Initial import
Diffstat (limited to 'logkeys.install')
-rw-r--r--logkeys.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/logkeys.install b/logkeys.install
new file mode 100644
index 000000000000..015ea50749c7
--- /dev/null
+++ b/logkeys.install
@@ -0,0 +1,9 @@
+
+post_install() {
+ echo "Please review the parameters in /etc/conf.d/logkeysd afterwards."
+ echo "There you can set alternative keyboard maps."
+}
+
+post_upgrade() {
+ post_install $1
+}