diff options
Diffstat (limited to 'extra/thinkfinger/thinkfinger.install')
-rw-r--r-- | extra/thinkfinger/thinkfinger.install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/thinkfinger/thinkfinger.install b/extra/thinkfinger/thinkfinger.install new file mode 100644 index 000000000..bb1f6dde0 --- /dev/null +++ b/extra/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" +} |