mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
13 lines
228 B
Text
13 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 $*
|