mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-12-28 23:21:53 +00:00
10 lines
208 B
Text
10 lines
208 B
Text
|
## arg 1: the new package version
|
||
|
post_install() {
|
||
|
cat << EOF
|
||
|
|
||
|
The correct device mode and /dev device file will need to be set in
|
||
|
/etc/conf.d/inputattach.conf before starting /etc/rc.d/inputattach
|
||
|
|
||
|
EOF
|
||
|
}
|