summaryrefslogtreecommitdiff
path: root/testing/thinkfinger/thinkfinger.install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/thinkfinger/thinkfinger.install')
-rw-r--r--testing/thinkfinger/thinkfinger.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/thinkfinger/thinkfinger.install b/testing/thinkfinger/thinkfinger.install
new file mode 100644
index 000000000..bb1f6dde0
--- /dev/null
+++ b/testing/thinkfinger/thinkfinger.install
@@ -0,0 +1,4 @@
+post_install() {
+ echo "==> To use thinkfinger, add 'uinput' to the MODULES=() in /etc/rc.conf."
+ echo " More Infos: http://wiki.archlinux.org/index.php/Thinkfinger"
+}