PKGBUILDs/extra/thinkfinger/thinkfinger.install

13 lines
228 B
Text
Raw Normal View History

2009-10-10 02:23:22 +00:00
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"
}
post_upgrade() {
post_install
}
op=$1
shift
$op $*