PKGBUILDs/extra/thinkfinger/thinkfinger.install
2009-10-09 21:23:22 -05:00

12 lines
228 B
Text

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 $*