mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-12-08 23:03:46 +00:00
9 lines
208 B
Text
9 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
|
|
}
|