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